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

@mingyc commented on this pull request.



> +  <var>originToNavigateTo</var> is <code>Enabled</code>, and <var>container</var>'s
+  <a>node document</a> and <var>container</var>'s <a>node navigable</a>'s
+  <a for=navigable>top-level traversable</a>'s <a>active document</a>
+  <a>share deferred-fetch quota</a>, 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
+    <a>node navigable</a>'s <a for=navigable>top-level traversable</a>'s
+    <a>inclusive descendant navigables</a> who meets all of the following conditions:
+
+    <ul class=brief>
+     <li><p><var>navigable</var> is not <var>container</var>'s <a>content navigable</a>.
+
+     <li><p><var>navigable</var>'s <a>active document</a> and <var>navigable</var>'s

```
navigable’s active document and navigable’s top-level traversable’s active document do not share deferred-fetch quota.
```

I am still confused about `navigable's active document` here.

```
root (a.com) -> frame_1 (a.com)
             -> frame_2 (b.com)
```

When `navigable` = `frame_2`, is its `active document` root? So does this step just check whether (root, root) share the same quota?

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

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

Received on Wednesday, 11 December 2024 07:58:02 UTC