- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 23 Jan 2025 08:36:49 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 January 2025 16:36:53 UTC
@noamr commented on this pull request. > + <var>deferredRecord</var>. +</ol> +</div> + +<div algorithm> +<p>To <dfn>process a deferred fetch</dfn> <var>deferredRecord</var>: +<ol> + <li><p>If <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> is not + "<code>pending</code>", then return. + + <li><p>Set <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> to + "<code>sent</code>". + + <li><p><a for=/>Fetch</a> <var>deferredRecord</var>'s <a for="deferred fetch record">request</a>. + + <li><p><a>Queue a global task</a> on the <a>deferred fetch task source</a> with Closing after off-line discussion -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1927301357 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2570416627@github.com>
Received on Thursday, 23 January 2025 16:36:53 UTC