From 690c895153c739d5ac8549a7fa91e885ad65d72f Mon Sep 17 00:00:00 2001
From: Dominic Farolino
Date: Wed, 12 Jul 2023 09:36:22 -0400
Subject: [PATCH] Finsh removing unused script-fetching param
---
source | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/source b/source
index 77367e10fa1..a17b2f1d479 100644
--- a/source
+++ b/source
@@ -103237,11 +103237,10 @@ document.querySelector("button").addEventListener("click", bound);
To fetch the descendants of and link a module script module
- script, given a fetch client settings object, a destination, an
- onComplete algorithm, and an optional perform the fetch hook performFetch, run
- these steps. onComplete must be an algorithm accepting null (on failure) or a
- module script (on success).
+ script, given a destination, an onComplete algorithm, and an optional
+ perform the fetch hook
+ performFetch, run these steps. onComplete must be an algorithm accepting
+ null (on failure) or a module script (on success).
Let record be module script's