diff --git a/source b/source index 90c6259281b..2484ef395f1 100644 --- a/source +++ b/source @@ -118859,7 +118859,7 @@ document.querySelector("button").addEventListener("click", bound); data-x="concept-settings-object-module-map">module map.

  • If moduleMap[(url, moduleType)] is a - module script or null, run onComplete given + module script, run onComplete given moduleMap[(url, moduleType)], and return.

  • If moduleMap[(url, moduleType)] is a list, @@ -121962,8 +121962,8 @@ dictionary PromiseRejectionEventInit : EventInitURL record is the request URL at which the module was fetched, and the string indicates the type of the module (e.g. "javascript-or-wasm"). The module map's values are either a module - script, null (used to represent a mismatched MIME type), or a - list of algorithms (that are waiting for the fetch to complete). or a list of algorithms (that are waiting for the fetch to + complete). Module maps are used to ensure that imported module scripts are only fetched, parsed, and evaluated once per Document or worker.