Skip to main content
CommonConnectionOptions.secureContext - tls - Node documentation
property CommonConnectionOptions.secureContext

Usage in Deno

import { type CommonConnectionOptions } from "node:tls";

An optional TLS context object from tls.createSecureContext()

Type

SecureContext | undefined