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: