[Bug 25081] Make read operation really async

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

--- Comment #12 from Jonas Sicking <jonas@sicking.cc> ---
The two behave the same way, no? I.e. both a x = myblob.slice() and a
structured of myblob create a semantic copy of the data. In both cases would
the implementation likely simply grab another reference to the underlying
resource, be that an in-memory buffer, a filename, or something else, and in
both cases calling myblob.close() doesn't affect the "copy".

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

Received on Tuesday, 15 April 2014 05:51:40 UTC