Skip to content

Commit

Permalink
Editorial: remove unreachable step for inline module scripts
Browse files Browse the repository at this point in the history
Helps with #9864. (But does not fix the other problem identified there yet.)
  • Loading branch information
domenic committed Apr 11, 2024
1 parent a9b07fb commit 1b98fdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source
Expand Up @@ -106637,8 +106637,6 @@ document.querySelector("button").addEventListener("click", bound);
using <var>sourceText</var>, <var>settingsObject</var>, <var>baseURL</var>, and
<var>options</var>.</p></li>

<li><p>If <var>script</var> is null, run <var>onComplete</var> given null, and return.</p></li>

<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
and link</span> <var>script</var>, given <var>settingsObject</var>, "<code
data-x="">script</code>", and <var>onComplete</var>.</p></li>
Expand Down

0 comments on commit 1b98fdf

Please sign in to comment.