Skip to main content
Module

std/ws/mod.ts>WebSocketEvent

Deno standard library
Go to Latest
type alias WebSocketEvent
import { type WebSocketEvent } from "https://deno.land/std@0.80.0/ws/mod.ts";
definition:
| string
| Uint8Array
| WebSocketCloseEvent
| WebSocketPingEvent
| WebSocketPongEvent