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

Reserve/free quota for fetchLater #10903

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
10 changes: 10 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -2625,6 +2625,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#byte-sequence-as-a-body">as a body</dfn></li>
<li><dfn data-x="response-body-info" data-x-href="https://fetch.spec.whatwg.org/#response-body-info">response body info</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#resolve-an-origin">resolve an origin</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#reserve-deferred-fetch-quota">reserve deferred fetch quota</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#reserve-deferred-fetch-quota">potentially free deferred fetch quota</dfn></li>
<li>
<dfn data-x="concept-response"
data-x-href="https://fetch.spec.whatwg.org/#concept-response">response</dfn> and its
Expand Down Expand Up @@ -100091,6 +100093,12 @@ location.href = '#foo';</code></pre>
data-x="navigate-fragid">navigate to a fragment</span> path.</p>
</li>

<li><p>If <var>sourceDocument</var> is <var>navigable</var>'s <span
data-x="nav-container-document">container document</span>, then
<span>reserve deferred fetch quota</span> for <var>navigable</var>'s
<span data-x="nav-container">container</span> given <var>url</var>'s <span
data-x="concept-url-origin">origin</span>.</p></li>

<li>
<p><span>In parallel</span>, run these steps:</p>

Expand Down Expand Up @@ -104919,6 +104927,8 @@ location.href = '#foo';</code></pre>
<var>navigationParams</var>'s <span data-x="navigation-params-response">response</span>, and
"<code data-x="">pre-media</code>".</p></li>

<li><p><span>Potentially free deferred fetch quota</span> for <var>document</var>.</p></li>

<li><p>Return <var>document</var>.</p></li>
</ol>

Expand Down