mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update chrome.js
This commit is contained in:
parent
7ed1cab718
commit
34115728fe
|
@ -690,7 +690,7 @@ var ChromeObject = function() {
|
||||||
if (!(this.debuggingPort > 0))
|
if (!(this.debuggingPort > 0))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var i = 0, k = 5;
|
var i = 0, k = 60;
|
||||||
while (i < k && title != this.getTitle()) {
|
while (i < k && title != this.getTitle()) {
|
||||||
sleep(1000);
|
sleep(1000);
|
||||||
this.evaluate('document.title = ' + this.__escape(title));
|
this.evaluate('document.title = ' + this.__escape(title));
|
||||||
|
@ -1414,7 +1414,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.11";
|
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.12";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user