Skip to content

Commit

Permalink
queueing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Nov 20, 2024
1 parent 873cd6d commit f896319
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -111676,9 +111676,14 @@ interface <dfn interface>ShadowRealmGlobalScope</dfn> : <span>EventTarget</span>
<li><p>Let <var>event loop</var> be <var>global</var>'s <span>relevant agent</span>'s <span
data-x="concept-agent-event-loop">event loop</span>.</p></li>

<li><p>Let <var>document</var> be <var>global</var>'s <span
data-x="concept-document-window">associated <code>Document</code></span>, if <var>global</var> is
a <code>Window</code> object; otherwise null.</p>
<li><p>Let <var>principal global</var> be <var>global</var>'s
<span data-x="concept-global-object-realm">realm</span>'s
<span data-x="concept-principal-realm-of-realm">principal realm</span>'s
<span data-x="concept-realm-global">global</span>.</p></li>

<li><p>Let <var>document</var> be <var>principal global</var>'s <span
data-x="concept-document-window">associated <code>Document</code></span>,
if <var>principal global</var> is a <code>Window</code> object; otherwise null.</p>

<li><p><span>Queue a task</span> given <var>source</var>, <var>event loop</var>,
<var>document</var>, and <var>steps</var>.</p></li>
Expand Down Expand Up @@ -112730,7 +112735,7 @@ interface <dfn interface>ShadowRealmGlobalScope</dfn> : <span>EventTarget</span>
</ol>
</li>

<li><p>Let <var>realm</var> be the <span>current principal realm</span>.</p></li>
<li><p>Let <var>realm</var> be the <span>current realm</span>.</p></li>

<li><p>Let <var>p</var> be a new promise.</p></li>

Expand Down

0 comments on commit f896319

Please sign in to comment.