Skip to content

WebSocketIncoming

type WebSocketIncoming<T extends WebSocketDescriptor> = conditional

The inbound message type a descriptor produces: the validated value when incoming is declared, otherwise a FlareWebSocketMessage (the rich wrapper - inspect .text()/.json()/.isBinary).

Learn: Contracts

Last updated: