[Bug 16952] Add a Blob.close()

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

--- Comment #17 from Jonas Sicking <jonas@sicking.cc> 2012-07-12 19:39:40 UTC ---
The thing is that a Blob can generally be passed around through a lot of parts
of a code-base due to it's mostly-readonly nature.

This could mean that just because part of the code closes a Blob, doesn't
always mean that another part of the code which has a reference to the same
Blob, is always aware.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 12 July 2012 19:39:42 UTC