mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-31 00:00:07 +08:00
Update cordova-http-plugin.js
This commit is contained in:
committed by
GitHub
parent
935e7d6ba3
commit
9684c03685
Vendored
+1
-1
@@ -241,7 +241,7 @@ function sendRequest(method, withData, opts, success, failure) {
|
||||
setHeaders(xhr, headers);
|
||||
} catch(error) {
|
||||
return onFail({
|
||||
status: -8,
|
||||
status: -1,
|
||||
error: error,
|
||||
url: url,
|
||||
headers: headers
|
||||
|
||||
Reference in New Issue
Block a user