Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/helper/websocket/index.ts>UpgradeWebSocket

Web Framework built on Web Standards
Very Popular
Go to Latest
type alias UpgradeWebSocket
import { type UpgradeWebSocket } from "https://deno.land/x/hono@v4.3.7/helper/websocket/index.ts";

Upgrade WebSocket Type

definition: (createEvents: (c: Context) => WSEvents | Promise<WSEvents>) => MiddlewareHandler<any, string, { outputFormat: "ws"; }>