Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
See: http://docs.cordova.io/en/2.6.0/cordova_file_file.md.html#FileReader
Notice there are two Quick Examples with this code, which will throw an exception:
var fail = function(evt) {
console.log(error.code);
};
Expected:
var fail = function(evt) { console.log(evt.target); // evt.target is the FileReader object };
Actual:
var fail = function(evt) {
console.log(error.code);
};
Attachments
Issue Links
- Is contained by
-
CB-3818 Organize API Reference
- Closed