MCPcopy Create free account
hub / github.com/cloudflare/mcp / send

Method send

worker-configuration.d.ts:3102–3102  ·  view source on GitHub ↗

* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of `bufferedAmount` by the number of bytes needed to contain the data. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocke

(message: (ArrayBuffer | ArrayBufferView) | string)

Source from the content-addressed store, hash-verified

3100 hash?: string;
3101 baseURL?: string;
3102}
3103interface URLPatternComponentResult {
3104 input: string;
3105 groups: Record<string, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected