method IDurableObjectWebSocket.send
IDurableObjectWebSocket.send(message: string | ArrayBuffer): void

Sends one frame to the peer.

Parameters

message: string | ArrayBuffer

The payload to send

Return Type

void

Usage

import { type IDurableObjectWebSocket } from "cloudflare-plugin/src/index.ts";