- From: <bugzilla@jessica.w3.org>
- Date: Sat, 12 Oct 2013 00:14:26 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23479
--- Comment #8 from Jonas Sicking <jonas@sicking.cc> ---
One option would be to use the syntax:
new File([data], name, { options });
That way you could even wrap a named File around a Blob while forwarding all
options by doing
myFile = new File([myBlob], "filename", myBlob);
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 12 October 2013 00:14:29 UTC