method IDurableObjectClientSocket.send
IDurableObjectClientSocket.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 IDurableObjectClientSocket } from "cloudflare-plugin/src/index.ts";