Re: [w3c/FileAPI] Reslove Blob to an existing ArrayBuffer (#143)

One more issue to put this topic further:

If WASM runs in a worker thread, since `File` blobs can only be used in the window thread. two copies still seems unavoidable, because WASM memory buffer cannot be detached and transferred to the window thread, and `File` objects in the window thread cannot be used in the worker thread.

-- 
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/143#issuecomment-563889760

Received on Tuesday, 10 December 2019 06:43:02 UTC