TLSSocket.prototype.isSessionReused - Node documentation
method TLSSocket.prototype.isSessionReused

Usage in Deno

import { TLSSocket } from "node:tls";
TLSSocket.prototype.isSessionReused(): boolean

See Session Resumption for more information.

Return Type

boolean

true if the session was reused, false otherwise.