- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 11 Dec 2024 01:22:02 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 December 2024 09:22:06 UTC
@noamr commented on this pull request. > + +<p>The <dfn>optional subframe deferred-fetch quota</dfn> is 64 kibibytes. +<p>The <dfn>minimal subframe deferred-fetch quota</dfn> is 8 kibibytes. +<p>The <dfn>deferred-fetch delegated quota</dfn> is 128 kibibytes. + +<div algorithm> +<p>Two {{Document}}s <var>a</var> and <var>b</var> are said to +<dfn>share deferred-fetch quota</dfn> if <var>a</var>'s +<a>relevant agent</a> is <var>b</var>'s <a>relevant agent</a>, and <var>a</var>'s +<a for=Document>URL</a>'s <a for=url>origin</a> is <a>same origin</a> with <var>b</var>'s +<a for=Document>URL</a>'s <a for=url>origin</a>. +</div> + + +<div algorithm> +<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}} The popup is a top-level traversable, so it gets 512kb and it's always "same-origin" with its own top-level traversable (itself). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1879680767 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2494883637@github.com>
Received on Wednesday, 11 December 2024 09:22:06 UTC