Skip to content

Commit 29b19f6

Browse files
authored
docs: document ALPNCallback option for TLSSocket constructor
1 parent a327288 commit 29b19f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/tls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ changes:
899899
* `rejectUnauthorized`: See [`tls.createServer()`][]
900900
* `ALPNProtocols`: See [`tls.createServer()`][]
901901
* `SNICallback`: See [`tls.createServer()`][]
902+
* `ALPNCallback`: See [`tls.createServer()`][]
902903
* `session` {Buffer} A `Buffer` instance containing a TLS session.
903904
* `requestOCSP` {boolean} If `true`, specifies that the OCSP status request
904905
extension will be added to the client hello and an `'OCSPResponse'` event

0 commit comments

Comments
 (0)