mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-6781: Update new docs to match AlexNennker's changes in PR30
This commit is contained in:
+2
-1
@@ -191,7 +191,7 @@ __Parameters__:
|
|||||||
uri,
|
uri,
|
||||||
fileURL,
|
fileURL,
|
||||||
function(entry) {
|
function(entry) {
|
||||||
console.log("download complete: " + entry.fullPath);
|
console.log("download complete: " + entry.toURL());
|
||||||
},
|
},
|
||||||
function(error) {
|
function(error) {
|
||||||
console.log("download error source " + error.source);
|
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)
|
- __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)
|
- __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
|
### Constants
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user