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

If allocation of the underlying buffer fails, https://xhr.spec.whatwg.org/#arraybuffer-response tells us to return a `null` response object, along with resetting 'received  bytes' to empty. Doesn't that imply that the next property access of `response` will return an empty array buffer, and not `null` - is that intentional?

(This came up via https://codereview.chromium.org/2730943002/ )

-- 
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/issues/26#issuecomment-284442001

Received on Monday, 6 March 2017 16:43:21 UTC