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

Method secureTransport

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected