- From: Jimmy Wärting <notifications@github.com>
- Date: Sun, 13 Jan 2019 03:43:03 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 13 January 2019 11:43:24 UTC
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