Skip to content

Commit

Permalink
Snapshot policy container on navigation requests
Browse files Browse the repository at this point in the history
  • Loading branch information
antosart committed May 11, 2021
1 parent e85177a commit 4572df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -2538,6 +2538,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><dfn data-x="concept-request-cache-mode" data-x-href="https://fetch.spec.whatwg.org/#concept-request-cache-mode">cache mode</dfn></li>
<li><dfn data-x="concept-request-redirect-count" data-x-href="https://fetch.spec.whatwg.org/#concept-request-redirect-count">redirect count</dfn></li>
<li><dfn data-x="concept-request-redirect-mode" data-x-href="https://fetch.spec.whatwg.org/#concept-request-redirect-mode">redirect mode</dfn></li>
<li><dfn data-x="concept-request-policy-container" data-x-href="https://fetch.spec.whatwg.org/#concept-request-policy-container">policy container</dfn></li>
<li><dfn data-x="concept-request-referrer-policy" data-x-href="https://fetch.spec.whatwg.org/#concept-request-referrer-policy">referrer policy</dfn></li>
<li><dfn data-x="concept-request-nonce-metadata" data-x-href="https://fetch.spec.whatwg.org/#concept-request-nonce-metadata">cryptographic nonce metadata</dfn></li>
<li><dfn data-x="concept-request-integrity-metadata" data-x-href="https://fetch.spec.whatwg.org/#concept-request-integrity-metadata">integrity metadata</dfn></li>
Expand Down Expand Up @@ -85500,6 +85501,10 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
document</span>'s <span data-x="concept-document-policy-container">policy
container</span>.</p></li>

<li><p>If <var>resource</var> is a <span data-x="concept-request">request</span>, then set
<var>resource</var>'s <span data-x="concept-request-policy-container">policy container</span> to
<var>initiatorPolicyContainer</var>.</p></li>

<li><p>Cancel any preexisting but not yet <span data-x="concept-navigate-mature">mature</span>
attempt to navigate <var>browsingContext</var>, including canceling any instances of the <span
data-x="concept-fetch">fetch</span> algorithm started by those attempts. If one of those attempts
Expand Down

0 comments on commit 4572df3

Please sign in to comment.