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

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23479

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #1 from Jonas Sicking <jonas@sicking.cc> ---
Sorry, sent original email to the wrong email list.

The waste I'm referring to is both in terms of code size and in terms of
memory.

The extra JS object isn't a big deal, but it will keep the contained data alive
even if the File object is GCed or .close()ed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 10 October 2013 19:05:46 UTC