- From: Shunya Shishido <notifications@github.com>
- Date: Wed, 21 Feb 2024 21:54:20 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 February 2024 05:54:24 UTC
@sisidovski commented on this pull request. > @@ -4506,6 +4506,9 @@ steps: <li><p>If <var>recursive</var> is false, then run the remaining steps <a>in parallel</a>. + <li><p>Let |raceResponse| be the result of <a for=/>lookup race response</a> given <var>request</var>. + <li><p>If |raceResponse| is <var>response</var>, return |raceResponse|. I meant |response| is a [response](https://fetch.spec.whatwg.org/#concept-response). Updated. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1737#discussion_r1498684458 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1737/review/1894967636@github.com>
Received on Thursday, 22 February 2024 05:54:24 UTC