import * as websocketBroadcastchannel from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/create-broadcast-channel.ts";
Functions
Creates a BroadcastChannel or WebSocketBroadcastChannel, depending on whether we are running on Deno Deploy or not. |