- From: Ming-Ying Chung <notifications@github.com>
- Date: Mon, 02 Dec 2024 18:50:01 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2474424541@github.com>
@mingyc 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
Sorry which question is this answer for, `frame-3`? If so, how about `frame-1`?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r1866945643
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/2474424541@github.com>
Received on Tuesday, 3 December 2024 02:50:05 UTC