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

Method close

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

Source from the content-addressed store, hash-verified

2436 get upgraded(): boolean;
2437 get secureTransport(): "on" | "off" | "starttls";
2438 close(): Promise<void>;
2439 startTls(options?: TlsOptions): Socket;
2440}
2441interface SocketOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected