[push-api] PushMessageData.arrayBuffer() re-throws exceptions from ArrayBuffer creation (#170)

The specific consequence of this change is that RangeError exceptions are expected to be thrown when there is a memory allocation failure while attempting to create the ArrayBuffer.  I am following Anne van Kesteren's suggestion that this be worded as a "re-throw". The specific exceptions to be thrown are governed by the ECMAScript specification

Thread: https://groups.google.com/a/chromium.org/forum/m/#!topic/blink-dev/pZ9kld0LehA

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/push-api/pull/170

-- Commit Summary --

  * Update index.html

-- File Changes --

    M index.html (3)

-- Patch Links --

https://github.com/w3c/push-api/pull/170.patch
https://github.com/w3c/push-api/pull/170.diff

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

Received on Wednesday, 14 October 2015 22:04:52 UTC