- From: Ming-Ying Chung <notifications@github.com>
- Date: Thu, 12 Dec 2024 18:08:00 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 December 2024 02:08:04 UTC
@mingyc 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 If frames are created sequentialy, does that mean frame_3 receives 8kb and frame_4 receives 16kb? Or will frame_3 get an updated 16kb quota? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1883140404 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2501105066@github.com>
Received on Friday, 13 December 2024 02:08:04 UTC