- From: Ming-Ying Chung <notifications@github.com>
- Date: Tue, 10 Dec 2024 00:23:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2491405776@github.com>
@mingyc commented on this pull request.
> + for {{PermissionPolicy/"deferred-fetch"}}, <var>container</var> and <var>originToNavigateTo</var>
+ is <code>Enabled</code>, and the <a>available deferred-fetch quota</a> for
+ <var>container</var>'s <a>container document</a> is equal or greater than
+ <a>optional subframe deferred-fetch quota</a>, then set <var>container</var>'s
+ <a>reserved deferred-fetch quota</a> to <a>optional subframe deferred-fetch quota</a>.
+
+ <li>
+ <p>Otherwise, 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>Enabled</code>, 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
```
For each navigable of container’s node navigable’s top-level traversable’s inclusive descendant navigables who meets all of the following conditions:
```
Is `navigable of container’s node navigable’ top-level traversable` equal to the container's content document's top-level traversable?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2491405776
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/2491405776@github.com>
Received on Tuesday, 10 December 2024 08:23:44 UTC