From e542ee439213ed803a092a5e0544d70d4cd71a1e Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 11 Jul 2023 17:27:49 -0400 Subject: [PATCH] Editorial: Remove unused param from fetch the descendants of and link a module script --- source | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/source b/source index ca3cb5c3580..09b44995af3 100644 --- a/source +++ b/source @@ -103004,8 +103004,8 @@ document.querySelector("button").addEventListener("click", bound); steps.

  • Fetch the descendants of - and link result given settings object, "script", and onComplete.

  • + and link result given "script" and + onComplete.

    @@ -103030,7 +103030,7 @@ document.querySelector("button").addEventListener("click", bound);
  • If result is not null, optionally fetch the descendants of and link result given - settings object, destination, and an empty algorithm.

    + destination and an empty algorithm.

    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 @@ -103057,8 +103057,8 @@ document.querySelector("button").addEventListener("click", bound);

  • If script is null, run onComplete given null, and return.

  • Fetch the descendants of - and link script, given settings object, "script", and onComplete.

  • + and link script, given "script" and + onComplete.

    To fetch a module worker script graph @@ -103223,9 +103223,8 @@ document.querySelector("button").addEventListener("click", bound); steps.

  • Fetch the descendants - of and link result given fetch client settings object, - destination, and onComplete. If performFetch was given, pass - it along as well.

  • + of and link result given destination and onComplete. If + performFetch was given, pass it along as well.