Skip to content

Commit

Permalink
No task queuing here anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 2, 2023
1 parent 95172ac commit 930f1c0
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -100260,23 +100260,12 @@ location.href = '#foo';</code></pre>
data-x="she-document-state">document state</span>'s <span
data-x="document-state-reload-pending">reload pending</span>.</p>

<li>
<p><span>In parallel</span>, <span>attempt to populate the history entry's document</span>
for <var>targetEntry</var>, given <var>navigable</var>,
<var>potentiallyTargetSpecificSourceSnapshotParams</var>, <var>targetSnapshotParams</var>,
with <i data-x="attempt-to-populate-allow-post">allowPOST</i> set to <var>allowPOST</var>
and <span data-x="attempt-to-populate-completion-steps"><i>completionSteps</i></span> set
to the following steps:</p>

<ol>
<li><p>Let <var>newWindow</var> be <var>navigable</var>'s <span data-x="nav-window">active
window</span>.</p></li>

<li><p><span>Queue a global task</span> on the <span>navigation and traversal task
source</span> given <var>newWindow</var> to run
<var>afterDocumentPopulated</var>.</p></li>
</ol>
</li>
<li><p><span>In parallel</span>, <span>attempt to populate the history entry's
document</span> for <var>targetEntry</var>, given <var>navigable</var>,
<var>potentiallyTargetSpecificSourceSnapshotParams</var>, <var>targetSnapshotParams</var>,
with <i data-x="attempt-to-populate-allow-post">allowPOST</i> set to <var>allowPOST</var>
and <span data-x="attempt-to-populate-completion-steps"><i>completionSteps</i></span> set to
<var>afterDocumentPopulated</var>.</p></li>
</ol>

<p>Otherwise, run <var>afterDocumentPopulated</var> <span>immediately</span>.</p>
Expand Down

0 comments on commit 930f1c0

Please sign in to comment.