diff --git a/source b/source index 316ffe0a399..42c7761b7ce 100644 --- a/source +++ b/source @@ -2953,8 +2953,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
Return result.
-JavaScript contains an implementation-defined HostEnqueueCrossAgentJob(job,
- agentSignifier, realm) abstract operation to perform jobs across agents
- (e.g., resolve Promises resulting from Atomics.waitAsync
). User agents must use the
- following implementation:
Let global be realm's global - object.
Queue a global task on the JavaScript engine task source given - global to perform job().
JavaScript contains an implementation-defined HostEnqueueGenericJob(job, realm)
+ abstract operation to perform generic jobs in a particular realm (e.g., resolve Promises resulting
+ from Atomics.waitAsync
). User agents must use the following implementation:
Let global be realm's global + object.
Queue a global task on the JavaScript engine task source given + global to perform job().