mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Update http.js
This commit is contained in:
parent
d78af5997f
commit
9800fc9580
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user