diff --git a/source b/source index ad70ef70bfc..02a921ea340 100644 --- a/source +++ b/source @@ -76515,8 +76515,8 @@ dictionary DragEventInit : MouseEventInit { -
Set up a browsing context environment settings object with - realm execution context.
Set up a browsing context environment settings object with realm + execution context, and let settingsObject be the result.
Let document be a new Implement the sandboxing for document. Set settingsObject's execution ready flag. Add document to browsingContext's session
history. Implement the sandboxing for the Set settingsObject's execution ready flag. If settingsObject's active service worker is not null,
@@ -85798,6 +85804,11 @@ interface NavigatorOnLine {
data-dfn-for="environment">active service worker
Null or a service worker that controls the environment. A flag that indicates whether the environment setup is done. It is initially
+ unset. An environment settings object is an environment that
@@ -96360,6 +96371,9 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope {
Set inside settings's execution ready flag.Document
, marked as an HTML document in quirks mode, whose DragEventInit : MouseEventInit {
Document
.