Skip to main content
Module

x/ptereno/lib/types/websocket.ts>WebSocketState

An efficient and fully compliant Pterodactyl API wrapper.
Latest
enum WebSocketState
import { WebSocketState } from "https://deno.land/x/ptereno@v1.0.1/lib/types/websocket.ts";

Members

CLOSED = 3
CLOSING = 2
CONNECTING = 0
OPEN = 1