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

x/socket_client/mod.ts>Message

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

Properties

opcode: OpCode

The frame type of the message.

payload: Uint8Array

The payload data of the message.