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/fetch.bs b/fetch.bs index 986ccedf9..d900116e1 100644 --- a/fetch.bs +++ b/fetch.bs @@ -29,6 +29,9 @@ urlPrefix: https://html.spec.whatwg.org/multipage/ text: ancestor browsing context text:origin for:browser + urlPrefix: webappis.html + text:environment + text:environment id url:https://html.spec.whatwg.org/multipage/webappapis.html#https-state;spec:html;text:HTTPS state;type:dfn url:https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy type:interface @@ -746,6 +749,26 @@ outlawing forbidden methods and client (null or an environment settings object). +
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
@@ -760,10 +783,6 @@ outlawing forbidden methods and
explicitly set request's
window.
-
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.