Update har.js

This commit is contained in:
Namhyeon Go 2024-08-03 16:49:30 +09:00 committed by GitHub
parent 92e611f49a
commit 1b8fbf78bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
// hartool.js
// har.js
// HAR(HTTP Archive) manipulate and replay tools
// https://github.com/gnh1201/welsonjs
var PipeIPC = require("lib/pipe-ipc");
var FILE = require("lib/file");
@ -57,7 +58,7 @@ var HARObject = function() {
exports.HARObject = HARObject;
exports.VERSIONINFO = "HAR manipulate and replay tools version 0.1.3";
exports.VERSIONINFO = "HAR(HTTP Archive) manipulate and replay tools version 0.1.3";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = require;