Update chrome.js

This commit is contained in:
Namhyeon Go 2024-04-24 03:42:47 +09:00 committed by GitHub
parent 547da8ab60
commit 2408e89940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
// chrome.js // chrome.js
// Namhyeon Go <abuse@catswords.net> // Namhyeon Go <abuse@catswords.net>
// This code is part of WelsonJS framework
// https://github.com/gnh1201/welsonjs // https://github.com/gnh1201/welsonjs
var STD = require("lib/std"); var STD = require("lib/std");
@ -1405,7 +1406,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
; ;
}; };
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.7"; exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.8";
exports.AUTHOR = "abuse@catswords.net"; exports.AUTHOR = "abuse@catswords.net";
exports.global = global; exports.global = global;
exports.require = global.require; exports.require = global.require;