[Bug 24072] Clarify handling of neutered objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24072

--- Comment #12 from Arun <arun@mozilla.com> ---
The whiteboard comment says that this is blocked on File API, but I hope that
this is now unblocked. File API's "close" is decoupled from neutered objects in
the transferable and clonable sense.

The close method on a Blob (namely
http://dev.w3.org/2006/webapi/FileAPI/#close-method) sets a state that causes
other operations to fail (e.g. FileReader.readAsXXX fails) or propagate the
closed status (e.g. Blob.slice spawns a closed slice). Fetching of a closed
Blob URL causes a network error.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 2 June 2014 20:44:38 UTC