Type alias UnknownBinaryTransport<Req, Res>

UnknownBinaryTransport<Req, Res>: { contentType: string; decode: Decoder<Req, Res, WsData>; encode: Encoder<Req, Res, WsData>; isBinary: true; transportType: UNKNOWN }

Build your own Transport! Must provide definitions for encoding and decoding the Req and Res types to Uint8Array.

Type Parameters

Type declaration

Generated using TypeDoc