mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-6928: Add new error code to documentation
This commit is contained in:
committed by
Ian Clelland
parent
b88584c5a3
commit
97a831e568
+2
-1
@@ -260,6 +260,7 @@ A `FileTransferError` 物件傳遞到錯誤回檔時出現錯誤。
|
||||
* 2 = `FileTransferError.INVALID_URL_ERR`
|
||||
* 3 = `FileTransferError.CONNECTION_ERR`
|
||||
* 4 = `FileTransferError.ABORT_ERR`
|
||||
* 5 = `FileTransferError.NOT_MODIFIED_ERR`
|
||||
|
||||
## 向後相容性注意到
|
||||
|
||||
@@ -280,4 +281,4 @@ A `FileTransferError` 物件傳遞到錯誤回檔時出現錯誤。
|
||||
cdvfile://localhost/persistent/path/to/file
|
||||
|
||||
|
||||
可以使用在中兩者的絕對檔路徑位置 `download()` 和 `upload()` 方法。
|
||||
可以使用在中兩者的絕對檔路徑位置 `download()` 和 `upload()` 方法。
|
||||
|
||||
Reference in New Issue
Block a user