MCPcopy Create free account
hub / github.com/idosal/git-mcp / accept

Method accept

worker-configuration.d.ts:2343–2343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2341 */
2342interface WebSocket extends EventTarget<WebSocketEventMap> {
2343 accept(): void;
2344 /**
2345 * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.
2346 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected