Re: File API: closed Blob objects

On Dec 13, 2013 5:05 AM, "Anne van Kesteren" <annevk@annevk.nl> wrote:
>
> On Thu, Dec 12, 2013 at 8:14 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> >> On Dec 12, 2013 11:06 AM, "Boris Zbarsky" <bzbarsky@mit.edu> wrote:
> >>> Or form submission after fileInput.files[0].close() ?
> >
> > Hmm... maybe not actually. That would make things complicated once we
start
> > allowing things like input.files.push(blob).
>
> It is also problematic for FormData.

What does FormData do if reading from a Blob fails due to IO error?

/ Jonas

Received on Friday, 13 December 2013 18:31:04 UTC