Update chrome.js

This commit is contained in:
Namhyeon Go 2023-02-01 11:03:14 +09:00 committed by GitHub
parent 27b324b3be
commit e4d076bd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1354,7 +1354,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
;
};
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.2";
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.3";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;