- From: 張俊芝 <notifications@github.com>
- Date: Mon, 09 Dec 2019 22:42:59 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 December 2019 06:43:02 UTC
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