import * as websocketBroadcastchannel from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/fn.ts";
Functions
Create an AbortController that can also abort when the given AbortSignal aborts. | |
Checks if two items are the same, and the same type. | |
Extracts the port number from a URL. Responds correctly to the default port for a given protocol. | |
f s | Short for stringify, useful for logging. Uses JSON.stringify to convert an object to a string. |
Executes a function, but swallows any errors. | |
f ss | Short for stringify with indentation, useful for logging. Uses JSON.stringify to convert an object to a string. |