Re: [whatwg/fetch] Deferred fetching (PR #1647)

@noamr commented on this pull request.



> +descendants share a quota of 384 kibibytes. That value is computed as such:
+<ul>
+ <li><p>640 kibibytes are initially granted to the <a for=/>top-level traversable</a>.
+
+ <li><p>128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
+
+ <li><p>64 kibibytes are reserved for the container navigating to
+ <code>https://ok.example/good</code>.
+
+ <li><p>64 kibibytes are reserved for the container navigating to
+ <code>https://ok.example/redirect</code>, and lost when it navigates away.
+
+ <li><code>https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
+ back to <a for=/>top-level traversable</a>'s origin.
+
+ <li><p>640 - 128 - 64 - 64 = 384 kibibytes.

Fixed

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r2034920979
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1647/review/2752767660@github.com>

Received on Wednesday, 9 April 2025 09:28:37 UTC