Update and rename hartool.js to har.js

This commit is contained in:
Namhyeon Go 2024-08-03 15:26:52 +09:00 committed by GitHub
parent 45a1938aea
commit c6cbe96e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ var HARObject = function() {
exports.HARObject = HARObject;
exports.VERSIONINFO = "HAR tool version 0.1";
exports.VERSIONINFO = "HAR manipulate and replay tools version 0.1";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = require;