@@ -103101,8 +103101,8 @@ document.querySelector("button").addEventListener("click", bound);
103101
103101
steps.</p></li>
103102
103102
103103
103103
<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>
103106
103106
</ol>
103107
103107
</li>
103108
103108
</ol>
@@ -103127,7 +103127,7 @@ document.querySelector("button").addEventListener("click", bound);
103127
103127
<li>
103128
103128
<p>If <var>result</var> is not null, optionally <span data-x="fetch the descendants of and
103129
103129
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>
103131
103131
103132
103132
<p class="note">Generally, performing this step will be beneficial for performance, as it
103133
103133
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);
103154
103154
<li><p>If <var>script</var> is null, run <var>onComplete</var> given null, and return.</p></li>
103155
103155
103156
103156
<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>
103159
103159
</ol>
103160
103160
103161
103161
<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);
103320
103320
steps.</p></li>
103321
103321
103322
103322
<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>
103325
103326
</ol>
103326
103327
</li>
103327
103328
</ol>
0 commit comments