CB-6781: Update new docs to match AlexNennker's changes in PR30

This commit is contained in:
Ian Clelland
2014-06-11 16:42:39 -04:00
parent 32106e7a3f
commit 1bc00a21db
+2 -1
View File
@@ -191,7 +191,7 @@ __Parameters__:
uri,
fileURL,
function(entry) {
console.log("download complete: " + entry.fullPath);
console.log("download complete: " + entry.toURL());
},
function(error) {
console.log("download error source " + error.source);
@@ -249,6 +249,7 @@ A `FileTransferError` object is passed to an error callback when an error occurs
- __target__: URL to the target. (String)
- __http_status__: HTTP status code. This attribute is only available when a response code is received from the HTTP connection. (Number)
- __exception__: Either e.getMessage or e.toString (String)
### Constants