Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Remove unused param from "fetch the descendants of and link a module script" #9508

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103004,8 +103004,8 @@ document.querySelector("button").addEventListener("click", bound);
steps.</p></li>

<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
and link</span> <var>result</var> given <var>settings object</var>, "<code
data-x="">script</code>", and <var>onComplete</var>.</p></li>
and link</span> <var>result</var> given "<code data-x="">script</code>" and
<var>onComplete</var>.</p></li>
</ol>
</li>
</ol>
Expand All @@ -103030,7 +103030,7 @@ document.querySelector("button").addEventListener("click", bound);
<li>
<p>If <var>result</var> is not null, optionally <span data-x="fetch the descendants of and
link a module script">fetch the descendants of and link</span> <var>result</var> given
<var>settings object</var>, <var>destination</var>, and an empty algorithm.</p>
<var>destination</var> and an empty algorithm.</p>

<p class="note">Generally, performing this step will be beneficial for performance, as it
allows pre-loading the modules that will invariably be requested later, via algorithms such as
Expand All @@ -103057,8 +103057,8 @@ document.querySelector("button").addEventListener("click", bound);
<li><p>If <var>script</var> is null, run <var>onComplete</var> given null, and return.</p></li>

<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants of
and link</span> <var>script</var>, given <var>settings object</var>, "<code
data-x="">script</code>", and <var>onComplete</var>.</p></li>
and link</span> <var>script</var>, given "<code data-x="">script</code>" and
<var>onComplete</var>.</p></li>
</ol>

<p>To <dfn export id="fetch-a-module-worker-script-tree">fetch a module worker script graph</dfn>
Expand Down Expand Up @@ -103223,9 +103223,8 @@ document.querySelector("button").addEventListener("click", bound);
steps.</p></li>

<li><p><span data-x="fetch the descendants of and link a module script">Fetch the descendants
of and link</span> <var>result</var> given <var>fetch client settings object</var>,
<var>destination</var>, and <var>onComplete</var>. If <var>performFetch</var> was given, pass
it along as well.</p></li>
of and link</span> <var>result</var> given <var>destination</var> and <var>onComplete</var>. If
<var>performFetch</var> was given, pass it along as well.</p></li>
</ol>
</li>
</ol>
Expand Down