whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

Use Fetch's body read algorithms #313

Closed annevk closed 3 years ago

annevk commented 3 years ago

This fails the build because the Fetch change hasn't landed yet.


Preview | Diff

yutakahirano commented 3 years ago

An error while reading body seems ignored in the synchronous case.

annevk commented 3 years ago

@yutakahirano yeah, could you file an issue on that? That's what the current text suggests as well, but I suspect we might want to rethrow or some such?