Documents for @litert/websocket / Decl / ISimpleMessage
Interface: ISimpleMessage
Defined in: src/lib/Decl.ts:44
The interface of simple websocket message, which contains the full message data.
Extends
Properties
data
data:
Buffer<ArrayBufferLike>[]
Defined in: src/lib/Decl.ts:51
The full data of this message.
mode
Defined in: src/lib/Decl.ts:46
The mode of receiving these frames.
Overrides
opcode
opcode:
EOpcode
Defined in: src/lib/Decl.ts:38
The type of this message.