Update http.js

This commit is contained in:
Namhyeon Go 2022-01-13 17:50:25 +09:00 committed by GitHub
parent d953079db7
commit e5d5ca051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;