From c8d1b45998094cfec01936a9d99fcbd97e00cd98 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 21 Nov 2024 15:53:35 +0100 Subject: [PATCH] address comment --- source | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source b/source index 1215688e863..df77eeef656 100644 --- a/source +++ b/source @@ -111370,20 +111370,16 @@ import "https://example.com/foo/../module2.mjs"; -
  • Let settingsObject be moduleMapRealm's +

  • Let fetchClient be moduleMapRealm's principal realm's settings object.

  • Let fetchOptions be the result of getting the descendant script fetch options given - originalFetchOptions, url, and settingsObject.

  • + originalFetchOptions, url, and fetchClient.

  • Let destination be "script".

  • -
  • Let fetchClient be moduleMapRealm's - principal realm's - settings object.

  • -
  • If loadState is not undefined, then: