[Bug 23479] File Constructor and Blob Constructor should have same signature

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