- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 29 Sep 2015 00:23:26 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Tuesday, 29 September 2015 07:23:55 UTC
When a new `ArrayBuffer` object is created this can throw a `RangeError`. We need to decide how to deal with that. Gecko throws the exception from the `response` getter as long as allocation keeps failing. But it might be simpler to return null. That means developers won't have to expect exceptions from using a simple getter and don't have to write complicated code to keep trying to get an `ArrayBuffer` allocated in a loop. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/26
Received on Tuesday, 29 September 2015 07:23:55 UTC