diff --git a/source b/source index eb7730afdb1..fad03791fb3 100644 --- a/source +++ b/source @@ -84410,8 +84410,10 @@ interface BarProp {
Set settings object's creation URL to creationURL, settings object's top-level creation - URL to topLevelCreationURL, and settings object's top-level - origin to topLevelOrigin.
Set realm's [[HostDefined]] field to settings object.
The created environment's active service worker is set in @@ -92834,6 +92837,16 @@ interface BeforeUnloadEvent : Event { involved.
+A site obtained from the "top-level" + environment settings object's + origin. For a "top-level" potential + execution environment it is set to the site of the + creation url. For a worker it is set to + the top-level site of its creator.
+Null or a target browsing context for a 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
+ top-level site to outside settings's top-level site, target browsing context to
null, and active service worker
to null.