Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prefetch processing model, including double-key caching privacy protections #4115

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
keepalive to speculative
yoavweiss committed Mar 21, 2019
commit aec29a83aea98b8f6c74840e8ee9f102a9d6b783
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
@@ -2815,7 +2815,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><dfn data-x="concept-request-replaces-client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-replaces-client-id">replaces client id</dfn></li>
<li><dfn data-x="concept-request-initiator" data-x-href="https://fetch.spec.whatwg.org/#concept-request-initiator">initiator</dfn></li>
<li><dfn data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn></li>
<li><dfn data-x="request-keepalive-flag" data-x-href="https://fetch.spec.whatwg.org/#request-keepalive-flag">keepalive flag</dfn></li>
<li><dfn data-x="request-speculative-flag" data-x-href="https://fetch.spec.whatwg.org/#request-speculative-flag">speculative flag</dfn></li>
<li><dfn data-x="request-service-workers-mode" data-x-href="https://fetch.spec.whatwg.org/#request-service-workers-mode">service-workers mode</dfn></li>
<li><dfn data-x="concept-potential-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination">potential destination</dfn></li>
<li><dfn data-x="concept-potential-destination-translate" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination-translate">translating</dfn> a <span data-x="concept-potential-destination">potential destination</span></li>
@@ -13745,7 +13745,7 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
<ol>
<li><p>Set <var>request</var>'s <span data-x="concept-request-initiator">initiator</span>
to "prefetch".</p></li>
<li><p>Set <var>request</var>'s <span data-x="request-keepalive-flag">keepalive</span> flag
<li><p>Set <var>request</var>'s <span data-x="request-speculative-flag">speculative</span> flag
to "true".</p></li>
<li><p>Let <var>as</var> be the current state of the <code data-x="attr-link-as">as</code>
attribute.</p></li>