Re: File API: closed Blob objects

On 12/12/13 2:01 PM, Jonas Sicking wrote:
> We can certainly debate if throwing an exception or if asynchronously
> reporting a network error is the right thing to do for things like
> XHR.send(closedBlob) or FileReader.readAsX(closedBlob).

Or form submission after fileInput.files[0].close() ?

-Boris

Received on Thursday, 12 December 2013 19:07:21 UTC