From 9c25103b8d42ea46319f419ee1fc26d846357f91 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 14 Jun 2016 17:02:37 -0400 Subject: [PATCH] Be more vague about EnqueueJob --- source | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source b/source index b8307c6216d..b257f9dae3d 100644 --- a/source +++ b/source @@ -87339,8 +87339,15 @@ document.querySelector("button").addEventListener("click", bound);
  • Assert: queueName is "PromiseJobs". ("ScriptJobs" must not be used by user agents.)

  • -
  • Let job settings be the settings - object of job.[[Realm]].

  • +
  • +

    Let job settings be some appropriate environment settings object.

    + +

    It is not yet clear how to specify the environment settings + object that should be used here. In practice, this means that the entry concept is not correctly specified while executing a job. See + discussion in issue + #1189.

    +
  • Let incumbent settings be the incumbent settings object.