Update chrome.js

This commit is contained in:
Namhyeon Go 2024-09-02 20:51:42 +09:00 committed by GitHub
parent eb389d34c7
commit ffbb560598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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