Re: FileSystem API: Cross origin sharing

On Tue, Aug 14, 2012 at 4:51 PM, Charles Pritchard <chuck@jumis.com> wrote:

> Is there a long term plan for transferring access to Files from the
> FileSystem?
>
> Currently, we can using FileEntry.file semantics then post the resulting
> Blob to another frame. From that point, the receiver can create a Blob URL.
> I'm concerned about all the extra work with Blobs which may get stuck in
> RAM.
>

How?  The only possible way is object URL leaks (missed revokeObjectURL
calls), which should be addressed by autoRevoke.

-- 
Glenn Maynard

Received on Tuesday, 14 August 2012 22:04:58 UTC