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

x/websocket_broadcastchannel/src/id-url-channel.ts>IdUrlChannel

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
class IdUrlChannel
import { IdUrlChannel } from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/id-url-channel.ts";

Object that is triple-equal (===) to another IdUrlChannel object if they have the same IdUrl and channel name.

Constructors

new
private
IdUrlChannel(url: IdUrl, channel: string)

Static Methods

of(url: string | URL | IdUrl, channel: string): IdUrlChannel

Creates or retrieves THE IdUrlChannel object for a given IdUrl and channel name.