This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This bug goes hand-in-hand with Bug 25081. Fix FileReader.readAsXXX methods to not throw on neutered Blob reads.
readAsXxx methods no longer throw on close() http://dev.w3.org/2006/webapi/FileAPI/#reading-data-section However, they do throw on concurrent access.