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

x/socket_client/src/client.ts>WSCloseEvent

A simple WebSocket client for Deno
Latest
interface WSCloseEvent
import { type WSCloseEvent } from "https://deno.land/x/socket_client@0.1.0-alpha.1/src/client.ts";

Call Signatures

(
client: WSClient,
code: number,
reason?: string,
): unknown