diff --git a/source b/source index 093339b50c2..74da4041ade 100644 --- a/source +++ b/source @@ -104807,10 +104807,11 @@ document.querySelector("button").addEventListener("click", bound); moduleRequest.

  • Assert: the result of running the module type allowed steps - given moduleType and settingsObject is true. Otherwise we would not have - reached this point because a failure would have been raised when inspecting - moduleRequest.[[Attributes]] in create - a JavaScript module script or fetch a single imported module script.

  • + given moduleType and settingsObject's realm is true. Otherwise we would not have reached this point because a + failure would have been raised when inspecting moduleRequest.[[Attributes]] in + create a JavaScript module script or + fetch a single imported module script.

  • Let moduleMap be settingsObject's module map.

  • @@ -104953,8 +104954,8 @@ document.querySelector("button").addEventListener("click", bound); request steps given moduleRequest.

  • If the result of running the module type allowed steps given - moduleType and settingsObject is false, then run onComplete - given null, and return.

  • + moduleType and settingsObject's realm is false, then run onComplete given null, and return.

  • Fetch a single module script given url, fetchClient, destination, options, settingsObject, referrer, @@ -105116,7 +105117,8 @@ document.querySelector("button").addEventListener("click", bound);

  • If the result of running the module type allowed steps given - moduleType and settings is false, then:

    + moduleType and settings's realm is false, then:

    1. Let error be a new TypeError exception.

    2. @@ -105241,7 +105243,7 @@ document.querySelector("button").addEventListener("click", bound);

    The module type allowed steps, given a string moduleType - and an environment settings object settings, are as follows:

    + and a realm realm, are as follows:

    1. If moduleType is not "javascript", "

      If moduleType is "css" and the CSSStyleSheet interface is not exposed in - settings's realm, then - return false.

    2. + realm, then return false.

    3. Return true.