Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.9.0
-
None
-
None
-
Gingerbread emulator
Description
Expected default state for the FileReader should be FileReader.EMPTY, but it seem that this is not the case.
e.g. Following Jasmine test fragment fails:
it("initial readystate is EMPTY for fr", function() { var theReader = new FileReader(); expect(theReader.readyState).toBe(FileReader.EMPTY); });
It doesn't seem to be conforming to the standard: http://www.w3.org/TR/FileAPI/#dfn-empty