- From: sof <notifications@github.com>
- Date: Mon, 06 Mar 2017 08:06:09 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 March 2017 16:43:21 UTC
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