first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WsFrameOpcode = void 0;
var WsFrameOpcode;
(function (WsFrameOpcode) {
WsFrameOpcode[WsFrameOpcode["CONTINUE"] = 0] = "CONTINUE";
WsFrameOpcode[WsFrameOpcode["TEXT"] = 1] = "TEXT";
WsFrameOpcode[WsFrameOpcode["BINARY"] = 2] = "BINARY";
WsFrameOpcode[WsFrameOpcode["MIN_CONTROL_OPCODE"] = 8] = "MIN_CONTROL_OPCODE";
WsFrameOpcode[WsFrameOpcode["CLOSE"] = 8] = "CLOSE";
WsFrameOpcode[WsFrameOpcode["PING"] = 9] = "PING";
WsFrameOpcode[WsFrameOpcode["PONG"] = 10] = "PONG";
})(WsFrameOpcode || (exports.WsFrameOpcode = WsFrameOpcode = {}));
//# sourceMappingURL=constants.js.map