Re: [FileAPI] createObjectURL isReusable proposal

On Thu, Feb 2, 2012 at 4:48 PM, Charles Pritchard <chuck@jumis.com> wrote:

> Blob.prototype.toString=function(){ return URL.createObjectURL(this);
> };
>

We *really* don't want to make a function that gets automatically called
"leak" memory like this.

- Kyle

Received on Thursday, 2 February 2012 21:53:46 UTC