- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 04 Sep 2023 23:23:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 September 2023 06:24:02 UTC
@noamr commented on this pull request. > + </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>: +<a for=list>For each</a> <a>deferred fetch record</a> <var>deferredRecord</var> of +<var>fetchGroup</var>'s <a for="fetch group">deferred fetch records</a> whose +<a for="deferred fetch record">inactivity delay</a> is not null: + +<ol> + <li><p>Set <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> to + "<code>scheduled</code>". + + <li> + <p>Run the following steps <a>in parallel</a>: "Run these steps in parallel" means "Run these steps in a separate thread/process". The steps run in parallel with the rest of the execution, not with each other. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1315421837 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1610294294@github.com>
Received on Tuesday, 5 September 2023 06:24:02 UTC