diff --git a/source b/source index acfa66be19e..6838642d7f2 100644 --- a/source +++ b/source @@ -99556,8 +99556,8 @@ location.href = '#foo';
  • Let baseURL be settings's API base URL.

  • Let script be the result of creating a classic script given - scriptSource, settings, baseURL, and the default classic - script fetch options.

  • + scriptSource, settings, baseURL, and the default script + fetch options.

  • Let evaluationStatus be the result of running the classic script script.

  • @@ -106565,10 +106565,10 @@ document.querySelector("button").addEventListener("click", bound);

    Recall that via the import() feature, classic scripts can import module scripts.

    -

    The default classic script fetch options are a script fetch options - whose cryptographic nonce is the empty - string, integrity metadata is the - empty string, parser metadata is "The default script fetch options are a script fetch options whose cryptographic nonce is the empty string, integrity metadata is the empty string, + parser metadata is "not-parser-inserted", credentials mode is "same-origin",

    Let script be the result of creating a classic script using sourceText, settingsObject, response's URL, and the default classic script fetch + data-x="concept-response-url">URL, and the default script fetch options.

  • Run onComplete given script.

  • @@ -106939,8 +106939,8 @@ document.querySelector("button").addEventListener("click", bound);
  • Let script be the result of creating a classic script given sourceText, settingsObject, response's URL, the default classic script fetch options, - and mutedErrors.

  • + data-x="concept-response-url">URL, the default script fetch options, and + mutedErrors.

  • Return script.

  • @@ -109891,7 +109891,7 @@ import "https://example.com/foo/../module2.mjs";
  • Let referencingScript be null.

  • -
  • Let originalFetchOptions be the default classic script fetch +

  • Let originalFetchOptions be the default script fetch options.

  • Let fetchReferrer be "client".

  • @@ -114066,7 +114066,7 @@ enum DOMParserSupportedType {
  • Let settings object be global's relevant settings object.

  • -
  • Let fetch options be the default classic script fetch +

  • Let fetch options be the default script fetch options.

  • Let base URL be settings object's API base