- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 14 Jun 2022 02:50:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 June 2022 09:51:04 UTC
@noamr commented on this pull request. > + <li><p>If <var>fetchParams</var>'s <a for="fetch params">request</a>'s + <a for="request">initiator type</a> is not null and <var>client</var> is not null, then + <a>queue a fetch task</a> to run <var>fetchParams</var>'s <a for="fetch params">controller</a>'s + <a for="fetch controller">report timing steps</a> given <var>client</var>'s + <a for="environment settings object">global object</a> and <a for="fetch params">request</a>'s + <a for="request">initiator type</a>, with <var>client</var>'s + <a for="environment settings object">global object</a>. + <li><p>If <var>fetchParams</var>'s <a for="fetch params">process response end-of-body</a> is not null, then <a>queue a fetch task</a> to run <var>fetchParams</var>'s <a for="fetch params">process response end-of-body</a> given <var>response</var> with I deduped it to one task on `task destination`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r896614836 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/1005569635@github.com>
Received on Tuesday, 14 June 2022 09:51:04 UTC