- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 02 Dec 2024 03:45:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2472476362@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 1. yes 2. No, it should be main document, frame-1, frame-2. frame-3 and frame-4 don't share the quota because they are cross-origin. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1865707538 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2472476362@github.com>
Received on Monday, 2 December 2024 11:45:12 UTC