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

@domenic commented on this pull request.



> + <li><p>While <var>closestSameOriginInclusiveAncestor</var>'s <a for=navigable>parent</a> is a
+ <a for=/>navigable</a> whose <a>active document</a>'s <a for=Document>origin</a> is <a>same origin</a>
+ with <var>document</var>'s <a for=Document>origin</a>, set
+ <var>closestSameOriginInclusiveAncestor</var> to <var>closestSameOriginInclusiveAncestor</var>'s
+ <a for=navigable>parent</a>.
+
+ <li><p>Let <var>directRelativeSameOriginNavigables</var> be the
+ <a>inclusive direct same origin descendants</a> of <var>closestSameOriginInclusiveAncestor</var>.
+
+ <li>
+  <p>Let <var>remainingTotalQuota</var> be the result of the first matching statement:
+
+  <dl class=switch>
+   <dt><var>directRelativeSameOriginNavigables</var> includes <var>document</var>'s
+   <a>node navigable</a>'s <a for=navigable>top-level traversable</a>
+   <dd>640 kibibytes

```suggestion
   <dd>
     <p>640 kibibytes
     
     <p class="note">640K out to be enough for anyone.
   </dd>
```

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

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

Received on Friday, 27 September 2024 21:13:02 UTC