Re: [whatwg/xhr] Handle errors in response bodies (#315)

@yutakahirano commented on this pull request.



>      <var>nullOrFailureOrBytes</var>, be these steps:
 
     <ol>
-     <li><p>Set <var>response</var> to <var>fetchResponse</var>.
+     <li><p>If <var>nullOrFailureOrBytes</var> is not failure, then set <a>this</a>'s

I think we also need

if _nullOrFailureOrBytes_ is failure, then set **this**'s response to a network error.

-- 
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/xhr/pull/315#pullrequestreview-602671985

Received on Wednesday, 3 March 2021 09:17:10 UTC