diff --git a/source b/source index 1cefc3c6918..49e7d3d565d 100644 --- a/source +++ b/source @@ -7120,8 +7120,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
No CORS
-
"omit"
-
Anonymous
"same-origin"
@@ -86707,8 +86705,9 @@ interface ApplicationCache : EventTarget { empty string, parser metadata is "not-parser-inserted", credentials mode is "omit", and referrer - policy is the empty string.

+ data-x="">same-origin", and referrer policy is the empty + string.

Given a request request and a script fetch options options, we define:

@@ -87066,6 +87065,11 @@ interface ApplicationCache : EventTarget { data-x="concept-request-client">client is fetch client settings object.

+
  • If destination is "worker" or "sharedworker" and the top-level module fetch flag is set, then set + request's mode to "same-origin". +

  • Set up the module script request given request and options.

  • @@ -98240,7 +98244,7 @@ interface Worker : EventTarget { dictionary WorkerOptions { WorkerType type = "classic"; - RequestCredentials credentials = "omit"; // credentials is only used if type is "module" + RequestCredentials credentials = "same-origin"; // credentials is only used if type is "module" DOMString name = ""; };