- From: Ming-Ying Chung <notifications@github.com>
- Date: Tue, 10 Dec 2024 01:40:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2491682846@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
What's the result of this for-loop given navigable=`frame-3`/`frame-4` from the following example? Is it `{frame-3, frame-4}`?
```
<iframe src="frame-1.html"></iframe>
<iframe src="frame-2.html"></iframe>
<iframe src="http://b.com/frame-3.html"></iframe>
<iframe src="http://b.com/frame-4.html"></iframe>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2491682846
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/2491682846@github.com>
Received on Tuesday, 10 December 2024 09:40:12 UTC