- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 23 Jan 2025 03:36:56 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 January 2025 11:37:00 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 It sets the `sent` value of `DeferredFetchResult` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1926835589 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2569626834@github.com>
Received on Thursday, 23 January 2025 11:37:00 UTC