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

Method getWebSockets

website/worker-configuration.d.ts:441–441  ·  view source on GitHub ↗
(tag?: string)

Source from the content-addressed store, hash-verified

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;
444 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected