MCPcopy
hub / github.com/socketio/socket.io / commons.ts

File commons.ts

packages/engine.io-parser/lib/commons.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const PACKET_TYPES = Object.create(null); // no Map = no polyfill
2PACKET_TYPES["open"] = "0";
3PACKET_TYPES["close"] = "1";
4PACKET_TYPES["ping"] = "2";

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected