Re: [xhr] Creating an ArrayBuffer can fail (#26)

That's what happens for `fetch()` too since it effectively tries to consume the stream and then create the `ArrayBuffer` with the result. If you cannot create the `ArrayBuffer`, you cannot really unconsume the stream either (not that that even makes sense).

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/26#issuecomment-144401035

Received on Wednesday, 30 September 2015 13:41:00 UTC