Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts>BroadcastChannel

A modern runtime for JavaScript and TypeScript.
Latest
variable BroadcastChannel
import { BroadcastChannel } from "https://deno.land/x/deno@v2.0.4/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts";

type

{ readonly prototype: BroadcastChannel; new (name: string): BroadcastChannel; }