MCPcopy Index your code
hub / github.com/TanStack/ai / accept

Method accept

examples/sandbox-cloudflare/worker-configuration.d.ts:3695–3695  ·  view source on GitHub ↗
(options?: WebSocketAcceptOptions)

Source from the content-addressed store, hash-verified

3693 */
3694interface WebSocket extends EventTarget<WebSocketEventMap> {
3695 accept(options?: WebSocketAcceptOptions): void
3696 /**
3697 * 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.
3698 *

Callers 1

tailRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected