Re: [FileAPI] createObjectURL isReusable proposal

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

> img.src = blob;
>
> tells nothing about possible access to underlying data using URL identifier
>

And I think that if we're concerned about the blob being "leaked" for the
lifetime of the document (because the URL was never revoked) we should
abandon the blob URL approach entirely and pursue something else (such as
img.src = blob).

Adding manual memory management to the web platform is a step backwards,
IMO.

- Kyle

Received on Monday, 30 January 2012 13:40:55 UTC