- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 11 Dec 2024 01:20:50 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 December 2024 09:20:54 UTC
@noamr commented on this pull request. > + <var>originToNavigateTo</var> is <code>Enabled</code>, and <var>container</var>'s + <a>node document</a> and <var>container</var>'s <a>node navigable</a>'s + <a for=navigable>top-level traversable</a>'s <a>active document</a> + <a>share deferred-fetch quota</a>, then: + <ol> + <li><p>Let <var>delegatedQuota</var> be <a>deferred-fetch delegated quota</a>. + + <li> + <p><a for=list>For each</a> <var>navigable</var> of <var>container</var>'s + <a>node navigable</a>'s <a for=navigable>top-level traversable</a>'s + <a>inclusive descendant navigables</a> who meets all of the following conditions: + + <ul class=brief> + <li><p><var>navigable</var> is not <var>container</var>'s <a>content navigable</a>. + + <li><p><var>navigable</var>'s <a>active document</a> and <var>navigable</var>'s A navigable has an `active document` (internal) and sometimes a `container's node document` (its parent). So when `navigable = frame_2`, its active document is frame_2 and its container's node document is root. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1879679063 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2494880753@github.com>
Received on Wednesday, 11 December 2024 09:20:54 UTC