Skip to content

Commit

Permalink
Fix "fetch the descendants of and link a module script"
Browse files Browse the repository at this point in the history
The "fetch client settings object" parameter was removed from all call sites in 1c634cf, but we missed removing it at the declaration site.
  • Loading branch information
domfarolino authored Jul 13, 2023
1 parent 241947c commit e2d386b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103241,11 +103241,10 @@ 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>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>
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>

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

0 comments on commit e2d386b

Please sign in to comment.