Skip to content

Commit 4f7e114

Browse files
authored
Delay marking inline module scripts as ready
Fixes #9864.
1 parent e2f0e63 commit 4f7e114

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

source

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62669,7 +62669,18 @@ o............A....e
6266962669
following steps given <var>result</var>:</p>
6267062670

6267162671
<ol>
62672-
<li><p><span>Mark as ready</span> <var>el</var> given <var>result</var>.</p></li>
62672+
<li>
62673+
<p><span>Queue an element task</span> on the <span>networking task source</span>
62674+
given <var>el</var> to perform the following steps:</p>
62675+
62676+
<ol>
62677+
<li><p><span>Mark as ready</span> <var>el</var> given <var>result</var>.</p></li>
62678+
</ol>
62679+
62680+
<p class="note">Queueing a task here means that, even if the inline module script has
62681+
no dependencies or synchronously results in a parse error, we won't proceed to
62682+
<span>execute the script element</span> synchronously.</p>
62683+
</li>
6267362684
</ol>
6267462685
</li>
6267562686
</ol>

0 commit comments

Comments
 (0)