Re: [FileAPI] createObjectURL isReusable proposal

2012/1/30 Bronislav Klučka <Bronislav.Klucka@bauglir.com>

> so just a line
> URL.createObjectUrl(blob)
> creates a memory leak? Heh?
>
> Which brink me to my previous question, what happened to Blob.URL? Just
> brink it back and this whole conversation can go away...
>

The only way blob.URL differs from URL.createObjectUrl is in syntax.  The
semantics are the same ... and the leak still exists.

- Kyle

Received on Monday, 30 January 2012 16:20:56 UTC