mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-07-26 00:00:14 +08:00
Update cordova-http-plugin.js
This commit is contained in:
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