[Bug 19594] remove "BLOB" from url usage for createObjectURL()

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

--- Comment #16 from Martin Thomson <martin.thomson@skype.net> ---
(In reply to comment #15)
> You need to garbage collect the string-variant manually, because usage
> cannot be reference counted.

Geez, that sounds like a great answer.  But I'm not buying it.  The URL is just
a weak reference that allows for the creation of a strong reference.  If the
referenced object happens to be garbage collected while there are only weak
references, that's just too bad.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 August 2013 16:20:37 UTC