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

x/websocket_broadcastchannel/src/types.ts>BroadcastChannelConstructor

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

The constructor for BroadcastChannel (if available).

Methods

new(name: string): BroadcastChannelIsh