- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 03 Dec 2024 01:33:41 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2475071065@github.com>
@noamr commented on this pull request. > + <li><p>Set <var>container</var>'s <a>deferred fetch policy</a> to <code>disabled</code>. + + <li><p>If the <a data-lt="define an inherited policy for feature in container">inherited policy</a> + for {{PermissionPolicy/"deferred-fetch"}}, <var>navigable</var>'s <a>navigable container</a> and + <var>originToNavigateTo</var> is <code>Enabled</code>, and the + <a>available deferred fetching quota</a> for <var>container</var>'s <a>container document</a> is + equal or greater than 64 kibibytes, then set <var>navigable</var>'s + <a>deferred fetch policy</a> to {{PermissionPolicy/"deferred-fetch"}} and return. + + <li><p>If the <a data-lt="define an inherited policy for feature in container">inherited policy</a> + for {{PermissionPolicy/"deferred-fetch-minimal"}}, <var>container</var> and + <var>originToNavigateTo</var> is <code>Disabled</code>, then set <var>container</var>'s + <a>deferred fetch policy</a> to <code>disabled</code> and return. + + + <li><p>Let <var>topLevelRelatives</var> be <var>container</var>'s <a>container document</a>'s Given either `frame-1` or `frame-3`, you'd get `[main-document, frame-1, frame-2], because in both cases the container document is `main-document`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1867354216 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2475071065@github.com>
Received on Tuesday, 3 December 2024 09:33:45 UTC