method TLSSocket.prototype.disableRenegotiation Usageimport { TLSSocket } from "node:tls"; TLSSocket.prototype.disableRenegotiation(): void Disables TLS renegotiation for this TLSSocket instance. Once called, attempts to renegotiate will trigger an 'error' event on the TLSSocket. Disables TLS renegotiation for this TLSSocket instance. Once called, attempts to renegotiate will trigger an 'error' event on the TLSSocket. Return Type void