[web-bluetooth] read-only ArrayBuffer is strange

domenic has just created a new issue for 
https://github.com/WebBluetoothCG/web-bluetooth:

== read-only ArrayBuffer is strange ==
I think you want to create a normal ArrayBuffer, then freeze it (by 
applying 
[SetIntegrityLevel](https://tc39.github.io/ecma262/#sec-setintegritylevel)(O,
 "frozen")). Note that this makes it immutable, not just read-only; I 
couldn't tell whether you were modifying the values from the spec or 
not.

Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/issues/300 using your 
GitHub account

Received on Tuesday, 27 September 2016 14:10:02 UTC