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