diff --git a/source b/source index 09b44995af3..77367e10fa1 100644 --- a/source +++ b/source @@ -102628,8 +102628,15 @@ document.querySelector("button").addEventListener("click", bound);
The referrer policy used for the - initial fetch and for fetching any imported modules
The referrer policy used for the + initial fetch and for fetching any imported modules
+ +This policy can mutate after a module script's response is received, to be the referrer policy + parsed from the response, and used when fetching any module dependencies.
+Let module script be null.
Let referrerPolicy be the result of parsing the `Referrer-Policy
` header
+ given response.
If referrerPolicy is not the empty string, set options's referrer policy to + referrerPolicy.
If MIME type is a JavaScript MIME type and moduleType
is " Set settingsObject to referencingScript's settings
object. Set fetchOptions to the descendant script fetch options for
+ Set fetchOptions to the new descendant script fetch options for
referencingScript's fetch
options.javascript
", then set module script to the result of
creating a JavaScript module script given source text, module map
@@ -105643,7 +105658,7 @@ import "https://example.com/foo/../module2.mjs";