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

x/websocket_broadcastchannel/src/using.ts>AsyncDisposable

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

A resource that can be asynchronously disposed.

definition: { [[Symbol.asyncDispose]](): Promise<void>; }