Update chrome.js

This commit is contained in:
Namhyeon Go 2022-01-09 13:49:53 +09:00 committed by GitHub
parent e6b02e3b4a
commit d834349da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1098,6 +1098,6 @@ exports.startWithDebugging = function(url, proxy, profileName, debuggingPort) {
;
};
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.1";
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.2";
exports.global = global;
exports.require = global.require;