deno.com

Interfaces #

I
v
CloseEvent

The CloseEvent interface represents an event that occurs when a WebSocket connection is closed.

I
CloseEventInit

Configuration options for a WebSocket "close" event.

I
v
WebSocket

Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.

I
WebSocketCloseInfo
No documentation available
I
v
WebSocketError
No documentation available
I
WebSocketEventMap

Interface mapping WebSocket event names to their corresponding event types. Used for strongly typed event handling with addEventListener and removeEventListener.

Type Aliases #

T
BinaryType

Specifies the type of binary data being received over a WebSocket connection.