Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/ext/websocket/lib.deno_websocket.d.ts>WebSocketEventMap

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface WebSocketEventMap
import { type WebSocketEventMap } from "https://deno.land/x/deno@v1.39.0/ext/websocket/lib.deno_websocket.d.ts";

Properties

close: CloseEvent
error: Event
message: MessageEvent
open: Event