- From: Jake Archibald <notifications@github.com>
- Date: Tue, 02 Feb 2021 03:05:24 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 February 2021 11:05:36 UTC
@jakearchibald commented on this pull request. > @@ -6633,7 +6653,8 @@ method steps are: <li><p>If <var>response</var> is a <a>network error</a>, then <a for=/>reject</a> <var>p</var> with a {{TypeError}} and terminate these substeps. - <li><p>Associate <var>responseObject</var> with <var>response</var>. + <li><p>Set <var>responseObject</var> to the result of <a for=Response>creating</a> a {{Response}} If you're worried about races between this and the "Abort fetch" line above, you could check the state `locallyAborted` and abort these steps if it's true. -- 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/1157#pullrequestreview-581227423
Received on Tuesday, 2 February 2021 11:05:36 UTC