MCPcopy Create free account
hub / github.com/pollinations/pollinations / accept

Method accept

enter.pollinations.ai/worker-runtime.d.ts:3035–3035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3033 */
3034interface WebSocket extends EventTarget<WebSocketEventMap> {
3035 accept(): void;
3036 /**
3037 * 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.
3038 *

Callers 4

realtime.test.tsFile · 0.80
connectAzureRealtimeFunction · 0.80
proxyRealtimeWebSocketsFunction · 0.80

Calls

no outgoing calls

Tested by 1