Skip to content

Commit

Permalink
Revert "Fix "fetch the descendants of and link a module script""
Browse files Browse the repository at this point in the history
This reverts commit e2d386b.
  • Loading branch information
nicolo-ribaudo authored and domenic committed Jul 18, 2023
1 parent 44b1821 commit 89f1163
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103328,10 +103328,11 @@ document.querySelector("button").addEventListener("click", bound);
</ol>

<p>To <dfn>fetch the descendants of and link a module script</dfn> <var>module
script</var>, given a <var>destination</var>, an <var>onComplete</var> algorithm, and an optional
<span data-x="fetching-scripts-perform-fetch">perform the fetch hook</span>
<var>performFetch</var>, run these steps. <var>onComplete</var> must be an algorithm accepting
null (on failure) or a <span>module script</span> (on success).</p>
script</var>, given a <var>fetch client settings object</var>, a <var>destination</var>, an
<var>onComplete</var> algorithm, and an optional <span
data-x="fetching-scripts-perform-fetch">perform the fetch hook</span> <var>performFetch</var>, run
these steps. <var>onComplete</var> must be an algorithm accepting null (on failure) or a
<span>module script</span> (on success).</p>

<ol>
<li><p>Let <var>record</var> be <var>module script</var>'s <span
Expand Down

0 comments on commit 89f1163

Please sign in to comment.