Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias CloseReason
import { type CloseReason } from "https://deno.land/x/socket_io@0.2.0/packages/engine.io/lib/socket.ts";
definition:
| "transport error"
| "transport close"
| "forced close"
| "ping timeout"
| "parse error"