Skip to main content
Module

std/ws/mod.ts>OpCode

Deno standard library
Go to Latest
enum OpCode
import { OpCode } from "https://deno.land/std@0.34.0/ws/mod.ts";

Members

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