- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 11 Dec 2024 01:23:17 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 December 2024 09:23:21 UTC
@noamr commented on this pull request. > + + +<div algorithm> +<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}} +<var>document</var> and an <a for=/>origin</a>-or-null <var>origin</var>: + +<ol> + <li><p>Let <var>quota</var> be zero. + + <li><p>Let <var>quotaForOrigin</var> be 64 kibibytes. + + <li> + <p>For each <var>otherNavigable</var> in <var>document</var>'s <a>node navigable</a>'s + <a for=navigable>top-level traversable</a>'s <a>inclusive descendant navigables</a>: + + <p class=note>This algorithm iterates over the entire navigable tree. It accumulates quota from It's a good example! Yea, they share quota and each receives 8kb, so they can share 16kb of total delegated quota. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1879682538 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2494886578@github.com>
Received on Wednesday, 11 December 2024 09:23:21 UTC