From 29b19f6064481887907fe96323de48fd5a3d177a Mon Sep 17 00:00:00 2001 From: ikeyan Date: Sat, 10 Jan 2026 13:20:10 +0900 Subject: [PATCH] docs: document ALPNCallback option for TLSSocket constructor --- doc/api/tls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/tls.md b/doc/api/tls.md index a3e3fb324bb4a1..faa2c3eced54b5 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -899,6 +899,7 @@ changes: * `rejectUnauthorized`: See [`tls.createServer()`][] * `ALPNProtocols`: See [`tls.createServer()`][] * `SNICallback`: See [`tls.createServer()`][] + * `ALPNCallback`: See [`tls.createServer()`][] * `session` {Buffer} A `Buffer` instance containing a TLS session. * `requestOCSP` {boolean} If `true`, specifies that the OCSP status request extension will be added to the client hello and an `'OCSPResponse'` event