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

@noamr commented on this pull request.



> @@ -2689,6 +2689,9 @@ functionality.
 <p>A <a for=fetch>fetch group</a> holds an ordered list of
 <dfn lt="fetch record" export for="fetch group" id=concept-fetch-record>fetch records</dfn>.
 
+<p>A <a for=fetch>fetch group</a> holds an ordered list of

Exactly. This "association" can be cross-process as far as the spec is concerned. That's also why fetch group and document are not *exactly* the same thing, they have a 1:1 relationship but `fetch-group` outlives `document` in order to send deferred/keepalive fetches

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

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

Received on Thursday, 29 June 2023 08:35:33 UTC