mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
Update http.js
This commit is contained in:
parent
d953079db7
commit
e5d5ca051e
|
@ -304,13 +304,13 @@ var HTTPObject = function(engine) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
console.error("Not supported HTTP method: " + method);
|
console.error("Not supported method in MSXML: " + method);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log("Selected engine: " + this.engine);
|
console.log("Opened engine:", this.engine);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("HTTPObject.open() -> ", e.message);
|
console.error("HTTPObject.open() ->", e.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user