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

Method close

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

* Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)

(code?: number, reason?: string)

Source from the content-addressed store, hash-verified

2370 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)
2371 */
2372 close(code?: number, reason?: string): void;
2373 serializeAttachment(attachment: any): void;
2374 deserializeAttachment(): any | null;
2375 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected