- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 29 Jun 2023 01:33:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/1504815895@github.com>
@noamr commented on this pull request. > + if <var>record</var>'s <a for="fetch record">controller</a> is non-null and + <var>record</var>'s <a for="fetch record">request</a>'s <a>done flag</a> is unset and + <a for=request>keepalive</a> is false, <a for="fetch controller">terminate</a> <var>record</var>'s + <a for="fetch record">controller</a>. + + <li><p><a for=list>For each</a> <a for="fetch group">deferred fetch record</a> + <var>deferredRecord</var> in <var>fetchGroup</var>'s + <a for="fetch group">deferred fetch records</a>: If the result of atomically exchanging the value + of <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> with + "<code>terminated</code>" is not "<code>sent</code>", then the user agent should + <a for=/>fetch</a> <var>deferredRecord</var>'s <a for="deferred fetch record">request</a>. The + exact time in which the <a for=/>fetch</a> takes place is <a>implementation-defined</a>. +</ol> + +<p>When a <a for=fetch>fetch group</a> <var>fetchGroup</var> is +<dfn export for="fetch group" id=concept-fetch-group-deactivate>deactivated</dfn>: Backgrounded. This would be clearer when we have the HTML PR. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1246307257 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1504815895@github.com>
Received on Thursday, 29 June 2023 08:33:58 UTC