[ 
https://issues.apache.org/jira/browse/CB-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Ginchereau updated CB-4262:
---------------------------------
    Labels: Android  (was: )

> The FileReader readyState is not working as expected (initial value)
> --------------------------------------------------------------------
>
>                 Key: CB-4262
>                 URL: https://issues.apache.org/jira/browse/CB-4262
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 2.9.0
>         Environment: Gingerbread emulator
>            Reporter: Peter
>            Priority: Minor
>              Labels: Android
>
> 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:
> {code}
> it("initial readystate is EMPTY for fr", function() {
>       var theReader = new FileReader();
>       expect(theReader.readyState).toBe(FileReader.EMPTY);
> });
> {code}
> It doesn't seem to be conforming to the standard: 
> http://www.w3.org/TR/FileAPI/#dfn-empty



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to