File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -103328,10 +103328,11 @@ document.querySelector("button").addEventListener("click", bound);
103328
103328
</ol>
103329
103329
103330
103330
<p>To <dfn>fetch the descendants of and link a module script</dfn> <var>module
103331
- script</var>, given a <var>destination</var>, an <var>onComplete</var> algorithm, and an optional
103332
- <span data-x="fetching-scripts-perform-fetch">perform the fetch hook</span>
103333
- <var>performFetch</var>, run these steps. <var>onComplete</var> must be an algorithm accepting
103334
- null (on failure) or a <span>module script</span> (on success).</p>
103331
+ script</var>, given a <var>fetch client settings object</var>, a <var>destination</var>, an
103332
+ <var>onComplete</var> algorithm, and an optional <span
103333
+ data-x="fetching-scripts-perform-fetch">perform the fetch hook</span> <var>performFetch</var>, run
103334
+ these steps. <var>onComplete</var> must be an algorithm accepting null (on failure) or a
103335
+ <span>module script</span> (on success).</p>
103335
103336
103336
103337
<ol>
103337
103338
<li><p>Let <var>record</var> be <var>module script</var>'s <span
You can’t perform that action at this time.
0 commit comments