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

Method startTls

website/worker-configuration.d.ts:2439–2439  ·  view source on GitHub ↗
(options?: TlsOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected