- From: <bugzilla@jessica.w3.org>
- Date: Mon, 15 Jun 2015 19:37:46 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28496
--- Comment #10 from Jonas Sicking <jonas@sicking.cc> ---
Yeah, something like:
new Blob([myArrayBuffer], { transfer: [myArrayBuffer] });
and
new File([otherBuffer], "myFile", { transfer: [otherBuffer] });
would work quite well I think.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 15 June 2015 19:37:48 UTC