@@ -24318,8 +24318,8 @@ document.body.appendChild(wbr);</pre>
24318
24318
<li><p>Let <var>visited set</var> be « <var>url</var> ».</p></li>
24319
24319
24320
24320
<li><p><span data-x="fetch the descendants of and instantiate a module script">Fetch the
24321
- descendants of and instantiate</span> <var>result</var> given <var>destination </var> and
24322
- <var>visited set</var>.</p></li>
24321
+ descendants of and instantiate</span> <var>result</var> given <var>settings object </var>,
24322
+ <var>destination</var>, and <var> visited set</var>.</p></li>
24323
24323
</ol>
24324
24324
24325
24325
<p class="note">Generally, performing these steps will be beneficial for performance, as it
@@ -58217,10 +58217,10 @@ o............A....e
58217
58217
script</span> to null and return; <span>the script is ready</span>.</p></li>
58218
58218
58219
58219
<li><p><span data-x="fetch the descendants of and instantiate a module script">Fetch the
58220
- descendants of and instantiate</span> <var>script</var>, given the destination "<code
58221
- data-x="">script</code>". When this asynchronously completes, set <span
58222
- data-x="concept-script-script">the script's script</span> to the result. At that time,
58223
- <span>the script is ready</span>.</p></li>
58220
+ descendants of and instantiate</span> <var>script</var>, given <var>settings object</var>
58221
+ and the destination "<code data-x="">script</code>". When this asynchronously completes,
58222
+ set <span data-x="concept-script-script">the script's script</span> to the result. At
58223
+ that time, <span>the script is ready</span>.</p></li>
58224
58224
</ol>
58225
58225
</dd>
58226
58226
</dl>
@@ -86847,9 +86847,9 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
86847
86847
86848
86848
<li><p>If the <var>top-level module fetch</var> flag is set, <span data-x="fetch the descendants
86849
86849
of and instantiate a module script">fetch the descendants of and instantiate</span>
86850
- <var>result</var> given <var>destination </var> and <var>visited set </var>. Otherwise,
86851
- <span data-x="fetch the descendants of a module script">fetch the descendants of</span>
86852
- <var>result</var> given the same arguments.</p></li>
86850
+ <var>result</var> given <var>fetch client settings object </var>, <var>destination </var>, and
86851
+ <var>visited set</var>. Otherwise, < span data-x="fetch the descendants of a module script">fetch
86852
+ the descendants of</span> <var>result</var> given the same arguments.</p></li>
86853
86853
86854
86854
<li><p>When the appropriate algorithm asynchronously completes with <var>final result</var>,
86855
86855
asynchronously complete this algorithm with <var>final result</var>.</p></li>
@@ -86947,9 +86947,9 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
86947
86947
</ol>
86948
86948
86949
86949
<p>To <dfn>fetch the descendants of a module script</dfn> <var>module script</var>, given a
86950
- <var>destination</var> and a <var>visited set</var>, run these steps. The algorithm will
86951
- asynchronously complete with either null (on failure) or with <var>module script</var> (on
86952
- success).</p>
86950
+ <var>fetch client settings object</var>, a <var> destination</var>, and a <var>visited set</var>,
86951
+ run these steps. The algorithm will asynchronously complete with either null (on failure) or
86952
+ with <var>module script</var> (on success).</p>
86953
86953
86954
86954
<ol>
86955
86955
<li><p>If <var>module script</var>'s <span data-x="concept-script-record">record</span> is null,
@@ -86997,11 +86997,10 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
86997
86997
<li>
86998
86998
<p><span data-x="list iterate">For each</span> <var>url</var> in <var>urls</var>, perform the
86999
86999
<span>internal module script graph fetching procedure</span> given <var>url</var>,
87000
- <var>module script</var>'s <span>settings object</span>, <var>destination</var>,
87001
- <var>options</var>, <var>module script</var>'s <span>settings object</span>,
87002
- <var>visited set</var>, <var>module script</var>'s <span
87003
- data-x="concept-script-base-url">base URL</span>, and with the <var>top-level module fetch</var>
87004
- flag unset. If the caller of this algorithm specified custom <span
87000
+ <var>fetch client settings object</var>, <var>destination</var>, <var>options</var>, <var>module
87001
+ script</var>'s <span>settings object</span>, <var>visited set</var>, <var>module script</var>'s
87002
+ <span data-x="concept-script-base-url">base URL</span>, and with the <var>top-level module
87003
+ fetch</var> flag unset. If the caller of this algorithm specified custom <span
87005
87004
data-x="fetching-scripts-perform-fetch">perform the fetch</span> steps, pass those along
87006
87005
while performing the <span>internal module script graph fetching procedure</span>.</p>
87007
87006
@@ -87019,15 +87018,16 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
87019
87018
</ol>
87020
87019
87021
87020
<p>To <dfn>fetch the descendants of and instantiate a module script</dfn> <var>module
87022
- script</var>, given a <var>destination </var> and an optional <var>visited set </var>, run these
87023
- steps. The algorithm will asynchronously complete with either null (on failure) or with
87024
- <var>module script</var> (on success).</p>
87021
+ script</var>, given a <var>fetch client settings object </var>, a <var>destination </var>, and an
87022
+ optional <var>visited set</var>, run these steps. The algorithm will asynchronously complete with
87023
+ either null (on failure) or with <var>module script</var> (on success).</p>
87025
87024
87026
87025
<ol>
87027
87026
<li><p>If <var>visited set</var> was not given, let it be an empty <span>set</span>.</p></li>
87028
87027
87029
87028
<li><p><span data-x="fetch the descendants of a module script">Fetch the descendants of</span>
87030
- <var>module script</var>, given <var>destination</var> and <var>visited set</var>.</p></li>
87029
+ <var>module script</var>, given <var>fetch client settings object</var>, <var>destination</var>,
87030
+ and <var>visited set</var>.</p></li>
87031
87031
87032
87032
<li><p>Return from this algorithm, and run the following steps when <span data-x="fetch the
87033
87033
descendants of a module script">fetching the descendants of a module script</span> asynchronously
0 commit comments