Update http.js

This commit is contained in:
Namhyeon Go 2022-05-30 21:29:38 +09:00 committed by GitHub
parent d78af5997f
commit 9800fc9580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,6 +500,12 @@ var HTTPObject = function(engine) {
console.log("No received anything");
}
if (this.isDebugging && typeof debuggingText === "string") {
console.log("Created debugging text.", responseText.length, "bytes");
} else {
console.log("No debugging text");
}
if (this.isJSONResponse()) {
if (typeof(WScript) !== "undefined") {
JSON = {};