- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 08 Jan 2025 02:32:12 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 January 2025 10:32:16 UTC
@noamr commented on this pull request. > + <a for="reserved deferred-fetch quota">minimal quota</a>. + </ul> + + <p>then set <var>container</var>'s <a>reserved deferred-fetch quota</a> to + <a for="reserved deferred-fetch quota">minimal quota</a>. +</ol> +</div> + +<div algorithm> +<p>To <dfn export>potentially free deferred-fetch quota</dfn> for a {{Document}} +<var>document</var>, if <var>document</var>'s <a>node navigable</a>'s <a>container document</a> is +not null, and its <a for=Document>origin</a> is <a>same origin</a> with <var>document</var>, then +set <var>document</var>'s <a>node navigable</a>'s <a>navigable container</a>'s +<a>reserved deferred-fetch quota</a> to 0. + +<p class=note>This is called when a {{Document}} is created. It ensures that same-origin nested Correct -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1906967601 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2536777035@github.com>
Received on Wednesday, 8 January 2025 10:32:16 UTC