whatwg/xhr

Handle error while reading response body in synchronous XHR

yutakahirano opened this issue · 1 comments

Currently the error is ignored, which is not good.

I guess I also need to test the asynchronous case as basically https://xhr.spec.whatwg.org/#handle-errors doesn't make a whole lot of sense. Or do we already have tests for that?