mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-15 13:08:09 +00:00
Update chrome.js
This commit is contained in:
parent
38288153ed
commit
0eb897b07f
|
@ -1351,6 +1351,10 @@ var ChromeObject = function() {
|
||||||
return ".querySelector('" + selectors.join(s) + "')";
|
return ".querySelector('" + selectors.join(s) + "')";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.requestFullscreen = function() {
|
||||||
|
this.evaluate('document.documentElement.requestFullscreen();');
|
||||||
|
};
|
||||||
|
|
||||||
this.create();
|
this.create();
|
||||||
};
|
};
|
||||||
ChromeObject.prototype = new STD.EventTarget();
|
ChromeObject.prototype = new STD.EventTarget();
|
||||||
|
@ -1419,7 +1423,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.13";
|
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.14";
|
||||||
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