Re: [whatwg/fetch] Deferred fetching (PR #1647)

@mingyc commented on this pull request.



> + <a for="reserved deferred-fetch quota">normal quota</a>, then set <var>container</var>'s
+ <a>reserved deferred-fetch quota</a> to <a for="reserved deferred-fetch quota">normal quota</a> and
+ return.
+
+ <li><p>If the <a data-lt="define an inherited policy for feature in container">inherited policy</a>
+ for "{{PermissionsPolicy/deferred-fetch-minimal}}", <var>container</var> and
+ <var>originToNavigateTo</var> is <code>Disabled</code>, then return.
+
+ <li><p>If <var>container</var>'s <a>node document</a>'s <a for=Document>origin</a> is not
+ <a>same origin</a> with <var>container</var>'s <a>node navigable</a>'s
+ <a for=navigable>top-level traversable</a>'s <a>active document</a>'s <a for=Document>origin</a>,
+ then return.
+
+ <li><p>Let <var>containersWithReservedMinimalQuota</var> be <var>container</var>'s
+ <a>node navigable</a>'s <a for=navigable>top-level traversable</a>'s
+ <a>descendant navigables</a>, <a for=list data-lt=remove>removing</a> any <a for=/>navigable</a>

```
removing any navigable whose reserved deferred-fetch quota is not minimal quota .
```

Does a `navigable` always have access to `reserved deferred-fetch quota`? Isn't the algo work only on `navigable container`?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2497636037
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1647/review/2497636037@github.com>

Received on Thursday, 12 December 2024 05:27:12 UTC