Re: [w3c/FileAPI] Add readAsSharedArrayBuffer to FileReader (#73)

do we need a way to do the opposite of something like `SharedArrayBuffer.transfer` then?
Some API don't accept a sharedArrayBuffer like
```js
new Blob([shared])
crypto.getRandomValues(shared)
pc.createDataChannel('label').send(shared) // not tested
``` 




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/73#issuecomment-453822681

Received on Sunday, 13 January 2019 11:43:24 UTC