diff --git a/source b/source index 3a0d3fcc078..0416c7227b0 100644 --- a/source +++ b/source @@ -130988,10 +130988,11 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope
  • Set settings object's id to a new unique opaque string, creation URL to - worker global scope's url, top-level creation URL to null, - target browsing context to - null, and active service worker - to null.

  • + worker global scope's url, + top-level creation URL to null, target browsing context to null, and + active service worker to + null.

  • If worker global scope is a DedicatedWorkerGlobalScope object, then set settings object's top-level origin to outside @@ -143491,8 +143492,8 @@ document.body.appendChild(text);

  • Let url be the URL that element would fetch if it was processed normally. If there is no such URL or if it is the empty string, then do - nothing. Otherwise, if url is already in the list of speculative fetch - URLs, then do nothing. Otherwise, fetch url as if the element was processed + nothing. Otherwise, if url is already in the list of speculative fetch + URLs, then do nothing. Otherwise, fetch url as if the element was processed normally, and add url to the list of speculative fetch URLs.