Skip to content

Commit 9e55bb8

Browse files
committed
Perform a microtask checkpoint only after a task
This further highlights the brokenness of "await a stable state". Tackling that fully is tracked by #2882. Fixes #7845.
1 parent b39329c commit 9e55bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106881,11 +106881,11 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
106881106881

106882106882
<li><p>Set the <span>event loop</span>'s <span>currently running task</span> back to
106883106883
null.</p></li>
106884+
106885+
<li><p><span>Perform a microtask checkpoint</span>.</p></li>
106884106886
</ol>
106885106887
</li>
106886106888

106887-
<li><p><span>Perform a microtask checkpoint</span>.</p></li>
106888-
106889106889
<li><p>Let <var>hasARenderingOpportunity</var> be false.</p></li>
106890106890

106891106891
<li><p>Let <var>now</var> be the <span>unsafe shared current time</span>. <ref>HRT</ref></p></li>

0 commit comments

Comments
 (0)