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

x/websocket_broadcastchannel/src/multiplex-message.ts>MultiplexMessage

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
interface MultiplexMessage
import { type MultiplexMessage } from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/multiplex-message.ts";

Internal message format for multiplexing messages over a single WebSocket, for several channels.

Properties

from: string

Uuid of the WebSocketBroadcastChannel that sent the message.

channel: string

Name of the WebSocketBroadcastChannel where the message is to be sent.

message: string

The message to be sent.