WebSocketOptions

TWebSocketOptions
Bun

Symbol

WebSocketOptions

type WebSocketOptions = WebSocketOptionsProtocolsOrProtocol & WebSocketOptionsTLS & WebSocketOptionsHeaders

Constructor options for the Bun.WebSocket client

Referenced types

type WebSocketOptionsProtocolsOrProtocol = { protocols: string | string[] } | { protocol: string }