You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/05/21 19:47:18 UTC

[jira] [Assigned] (CB-3409) FileReader.readAsText(string) is deprecated and Broken. Needs to be removed.

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

Joe Bowser reassigned CB-3409:
------------------------------

    Assignee: Andrew Grieve  (was: Joe Bowser)
    
> FileReader.readAsText(string) is deprecated and Broken. Needs to be removed.
> ----------------------------------------------------------------------------
>
>                 Key: CB-3409
>                 URL: https://issues.apache.org/jira/browse/CB-3409
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.7.0
>            Reporter: Flavio Spezi
>            Assignee: Andrew Grieve
>              Labels: patch
>
> This is an example code:
> {code:javascript}
> function readMyFile() {
>     var filename = "testFile.txt";
>     var objFile = new FileReader();
>     objFile.onloadend = function(e) {
>         console.log("Result: " + JSON.stringify(e));
>     }
>    objFile.readAsText(filename);
> }
> {code}
> Collback function returns error:
> e.target.error.code = "JSON error"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira