Skip to content

Commit

Permalink
Delay marking inline module scripts as ready
Browse files Browse the repository at this point in the history
Fixes #9864.
  • Loading branch information
domenic committed Apr 15, 2024
1 parent e2f0e63 commit 4f7e114
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source
Expand Up @@ -62669,7 +62669,18 @@ o............A....e
following steps given <var>result</var>:</p>

<ol>
<li><p><span>Mark as ready</span> <var>el</var> given <var>result</var>.</p></li>
<li>
<p><span>Queue an element task</span> on the <span>networking task source</span>
given <var>el</var> to perform the following steps:</p>

<ol>
<li><p><span>Mark as ready</span> <var>el</var> given <var>result</var>.</p></li>
</ol>

<p class="note">Queueing a task here means that, even if the inline module script has
no dependencies or synchronously results in a parse error, we won't proceed to
<span>execute the script element</span> synchronously.</p>
</li>
</ol>
</li>
</ol>
Expand Down

0 comments on commit 4f7e114

Please sign in to comment.