- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Apr 2014 05:51:38 +0000
- To: public-webapps-bugzilla@w3.org
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