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

x/websocket_broadcastchannel/src/state-machine.ts>OnDisallowedTransition

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
type alias OnDisallowedTransition
import { type OnDisallowedTransition } from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/state-machine.ts";
definition: (from: S, to: S) => E