Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias WsSocketFactory
import { type WsSocketFactory } from "https://deno.land/x/natsws@v1.28.0/src/ws_transport.ts";
definition: (u: string, opts: ConnectionOptions) => Promise<{ socket: WebSocket; encrypted: boolean; }>