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

Method accept

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

Source from the content-addressed store, hash-verified

2358 */
2359interface WebSocket extends EventTarget<WebSocketEventMap> {
2360 accept(): void;
2361 /**
2362 * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.
2363 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected