diff --git a/Overview.html b/Overview.html index 9285272de..a55b03936 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@
A request has an associated +reserved client +(null, an environment, or an +environment settings object). Unless stated otherwise it is null. + +
This is only used by navigation requests and worker +requests, but not service worker requests. It references an +environment for a navigation request and an +environment settings object for a worker request. + +
A request has an associated +target client id +(a string). Unless stated otherwise it is the empty string. + +
This is only used by navigation requests. It is the +id of the +target browsing context's +active document's +environment settings object. +
A request has an associated
window
("no-window
", "client
", or an
@@ -745,10 +765,6 @@
A request has an associated -target browsing context -(null or a browsing context). Unless stated otherwise it is null. -
A request has an associated keepalive flag. Unless stated otherwise it is unset. diff --git a/Overview.src.html b/Overview.src.html index 54cacab74..308c026f5 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -661,6 +661,26 @@
A request has an associated +reserved client +(null, an environment, or an +environment settings object). Unless stated otherwise it is null. + +
This is only used by navigation requests and worker +requests, but not service worker requests. It references an +environment for a navigation request and an +environment settings object for a worker request. + +
A request has an associated +target client id +(a string). Unless stated otherwise it is the empty string. + +
This is only used by navigation requests. It is the +id of the +target browsing context's +active document's +environment settings object. +
A request has an associated
window
("no-window
", "client
", or an
@@ -675,10 +695,6 @@
A request has an associated -target browsing context -(null or a browsing context). Unless stated otherwise it is null. -
A request has an associated keepalive flag. Unless stated otherwise it is unset.