- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 08 Nov 2021 00:44:21 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 November 2021 08:44:34 UTC
@noamr commented on this pull request. > + </li> + + <li> + <p><a>Queue a fetch task</a> to run the following steps with <var>fetchParams</var>'s + <a for="fetch params">task destination</a>:</p> + + <ol> + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">ready for clients</a> to true.</p></li> + + <li><p><a>Finalize response</a> given <var>fetchParams</var> and <var>response</var>.</p></li> + </ol> +</ol> + +<p>To <dfn>fetch network finale</dfn> given a <a for=/>fetch params</a> <var>fetchParams</var> +and a <a for=/>response</a> <var>response</var>, <a>queue a fetch task</a> +with to run the following steps with <var>fetchParams</var>'s Fixed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1311#discussion_r744506959
Received on Monday, 8 November 2021 08:44:34 UTC