MCPcopy
hub / github.com/socketio/socket.io / WriteOptions

Interface WriteOptions

lib/client.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const debug = debugModule("socket.io:client");
13
14interface WriteOptions {
15 compress?: boolean;
16 volatile?: boolean;
17 preEncoded?: boolean;
18 wsPreEncoded?: string;
19}
20
21type CloseReason =
22 | "transport error"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected