- From: Ming-Ying Chung <notifications@github.com>
- Date: Wed, 27 Sep 2023 00:45:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 September 2023 07:45:46 UTC
@mingyc commented on this pull request. > + <p><a for=list>For each</a> <a for="fetch group">deferred fetch record</a> + <var>deferredRecord</var> of <var>fetchGroup</var>'s + <a for="fetch group">deferred fetch records</a>: + + <ol> + <li><p>Set <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> to + "<code>terminated</code>". + + <li><p><a for=/>Fetch</a> <var>deferredRecord</var>'s + <a for="deferred fetch record">request</a>. + </ol> + </li> +</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>: Resolved (outdated). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1338185513 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1645818913@github.com>
Received on Wednesday, 27 September 2023 07:45:46 UTC