[Bug 24576] Calling URL.createObjectURL() on a closed Blob

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

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonp@opera.com

--- Comment #2 from Simon Pieters <simonp@opera.com> ---
I think close() should only set a flag on the Blob and then the relevant
algorithms that need to care about it look at that flag (getting size,
dereferencing blob: URL, whatever else). That would be clearer than the current
requirement for close().

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

Received on Friday, 7 February 2014 10:58:47 UTC