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

Method acceptWebSocket

website/worker-configuration.d.ts:440–440  ·  view source on GitHub ↗
(ws: WebSocket, tags?: string[])

Source from the content-addressed store, hash-verified

438 container?: Container;
439 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
440 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
441 getWebSockets(tag?: string): WebSocket[];
442 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
443 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected