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

x/socket_client/src/frame.ts>OpCode

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

Members

BinaryFrame = 2
Close = 8
Continuation = 0
Ping = 9
Pong = 10
TextFrame = 1