- From: Ming-Ying Chung <notifications@github.com>
- Date: Wed, 11 Dec 2024 23:04:31 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2024 07:04:35 UTC
@mingyc commented on this pull request. > + + <p class=note>Accumulate the <a for=/>top-level traversable</a>'s initial quota. + + <ol> + <li><p>If <var>otherDocument</var> is not <a>allowed to use</a> the + <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch}}", then return 0. + + <li><p>Assert: <var>quota</var> is 0. + + <li> + <p>Set <var>quota</var> be 640 kibibytes. + <p class="note allow-2119">640kb should be enough for everyone. + + <li><p>If <var>otherDocument</var> is <a>allowed to use</a> the + <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}}", then + decrement <var>quota</var> by <a>max containers with minimal quota</a>, multiplied by ``` then decrement quota by max containers with minimal quota, multiplied by minimal quota. ``` Does this just mean `quota -= 16 * 8kb`? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2497978261 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2497978261@github.com>
Received on Thursday, 12 December 2024 07:04:35 UTC