Skip to main content
Module

x/composable/deps.ts>asVerifiedChannel

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
variable asVerifiedChannel
import { asVerifiedChannel } from "https://deno.land/x/composable@1.27.3/deps.ts";

Adds a layer of verification for received messages

type

<Send, Recv>(socket: WebSocket, key: PromiseOrValue<JsonWebKey>) => Promise<Channel<Send, Recv>>