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

x/websocket_broadcastchannel/src/using.ts

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
import * as websocketBroadcastchannel from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/using.ts";

Variables

Import this to get the Symbol.dispose and Symbol.asyncDispose symbols.

Functions

Similar to the TC39 proposal for using blocks, named Explicit Resource Management.

Type Aliases

A resource that can be asynchronously disposed.

A resource that can be disposed.

A resource that can be synchronously or asynchronously, disposed or closed.

A function that creates a resource.