Update cordova-http-plugin.js

This commit is contained in:
Alexander Grünewald
2022-01-03 08:00:04 +01:00
committed by GitHub
parent 935e7d6ba3
commit 9684c03685
+1 -1
View File
@@ -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