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

Method upgraded

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected