[push-api] PushMessageData.arrayBuffer() should throw a RangeError when allocation fails (#169)

The ECMAScript specification states that array buffer allocation failures throw a RangeError exception.
The spec for PushMessageData.arrayBuffer() should probably state that it re-throws exceptions that are thrown by arrayBuffer creation. 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/169

Received on Wednesday, 14 October 2015 21:32:55 UTC