interface CloudflareWebSocketPair
Since 0.2.0

A created WebSocketPair: the client half travels back in the 101 response, the server half stays here.

Properties

readonly
client: unknown

The half handed to the client in the response.

The half the server keeps.

Usage

import { type CloudflareWebSocketPair } from "runtime/src/index.ts";