Skip to content

Commit

Permalink
Be more vague about EnqueueJob
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jun 14, 2016
1 parent 33106f9 commit 9c25103
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87339,8 +87339,15 @@ document.querySelector("button").addEventListener("click", bound);
<li><p>Assert: <var>queueName</var> is <code data-x="">"PromiseJobs"</code>. (<code
data-x="">"ScriptJobs"</code> must not be used by user agents.)</p></li>

<li><p>Let <var>job settings</var> be the <span data-x="concept-realm-settings-object">settings
object</span> of <var>job</var>.[[Realm]].</p></li>
<li>
<p>Let <var>job settings</var> be some appropriate <span>environment settings object</span>.</p>

<p class="warning">It is not yet clear how to specify the <span>environment settings
object</span> that should be used here. In practice, this means that the <a
href="#entry-everything">entry</a> concept is not correctly specified while executing a job. See
<a href="https://github.com/whatwg/html/pull/1189#issuecomment-224950188">discussion in issue
#1189</a>.</p>
</li>

<li><p>Let <var>incumbent settings</var> be the <span>incumbent settings object</span>.</p></li>

Expand Down

0 comments on commit 9c25103

Please sign in to comment.