Re: Beacon feedback

On Thu, 2014-02-13 at 18:25 +0000, Anne van Kesteren wrote:
> 2f) You don't deal with closed blobs (unclear yet how that should be done).

The size attribute for the Blob would be 0 [1] after a close so I'd
expect the raw data to be empty for a closed Blob. Looking at the send
method for XHR or the Blob constructor itself, they don't seem to do
anything special in those cases, so they'd expect the same thing as well
I presume. A note could be added to step 6 in Beacon if needed but it's
not clear to me why we would need to do so in Beacon, while this is not
done in XHR or the Blob constructor definition.

Philippe

[1] http://www.w3.org/TR/FileAPI/#dfn-close

Received on Friday, 25 April 2014 13:35:53 UTC