This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25241 - FileReader.readAsXxx methods should not throw on CLOSED
Summary: FileReader.readAsXxx methods should not throw on CLOSED
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 21:14 UTC by Arun
Modified: 2014-05-07 03:10 UTC (History)
1 user (show)

See Also:


Attachments

Description Arun 2014-04-02 21:14:04 UTC
This bug goes hand-in-hand with Bug 25081.

Fix FileReader.readAsXXX methods to not throw on neutered Blob reads.
Comment 1 Arun 2014-05-07 03:10:48 UTC
readAsXxx methods no longer throw on close()

http://dev.w3.org/2006/webapi/FileAPI/#reading-data-section

However, they do throw on concurrent access.