Skip to content

Commit a5fa616

Browse files
Revert "Editorial: remove unused script-fetching param"
This reverts commit 1c634cf.
1 parent e1131ce commit a5fa616

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103101,8 +103101,8 @@ document.querySelector("button").addEventListener("click", bound);
103101103101
steps.</p></li>
103102103102

103103103103
<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
103104-
and link</span> <var>result</var> given "<code data-x="">script</code>" and
103105-
<var>onComplete</var>.</p></li>
103104+
and link</span> <var>result</var> given <var>settings object</var>, "<code
103105+
data-x="">script</code>", and <var>onComplete</var>.</p></li>
103106103106
</ol>
103107103107
</li>
103108103108
</ol>
@@ -103127,7 +103127,7 @@ document.querySelector("button").addEventListener("click", bound);
103127103127
<li>
103128103128
<p>If <var>result</var> is not null, optionally <span data-x="fetch the descendants of and
103129103129
link a module script">fetch the descendants of and link</span> <var>result</var> given
103130-
<var>destination</var> and an empty algorithm.</p>
103130+
<var>settings object</var>, <var>destination</var>, and an empty algorithm.</p>
103131103131

103132103132
<p class="note">Generally, performing this step will be beneficial for performance, as it
103133103133
allows pre-loading the modules that will invariably be requested later, via algorithms such as
@@ -103154,8 +103154,8 @@ document.querySelector("button").addEventListener("click", bound);
103154103154
<li><p>If <var>script</var> is null, run <var>onComplete</var> given null, and return.</p></li>
103155103155

103156103156
<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
103157-
and link</span> <var>script</var>, given "<code data-x="">script</code>" and
103158-
<var>onComplete</var>.</p></li>
103157+
and link</span> <var>script</var>, given <var>settings object</var>, "<code
103158+
data-x="">script</code>", and <var>onComplete</var>.</p></li>
103159103159
</ol>
103160103160

103161103161
<p>To <dfn export id="fetch-a-module-worker-script-tree">fetch a module worker script graph</dfn>
@@ -103320,8 +103320,9 @@ document.querySelector("button").addEventListener("click", bound);
103320103320
steps.</p></li>
103321103321

103322103322
<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants
103323-
of and link</span> <var>result</var> given <var>destination</var> and <var>onComplete</var>. If
103324-
<var>performFetch</var> was given, pass it along as well.</p></li>
103323+
of and link</span> <var>result</var> given <var>fetch client settings object</var>,
103324+
<var>destination</var>, and <var>onComplete</var>. If <var>performFetch</var> was given, pass
103325+
it along as well.</p></li>
103325103326
</ol>
103326103327
</li>
103327103328
</ol>

0 commit comments

Comments
 (0)