Skip to content

Commit b24895d

Browse files
Revert "Fix "fetch the descendants of and link a module script""
This reverts commit e2d386b.
1 parent a5fa616 commit b24895d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103328,10 +103328,11 @@ document.querySelector("button").addEventListener("click", bound);
103328103328
</ol>
103329103329

103330103330
<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>
103335103336

103336103337
<ol>
103337103338
<li><p>Let <var>record</var> be <var>module script</var>'s <span

0 commit comments

Comments
 (0)