Skip to content

Commit e1fc3dc

Browse files
ikeyanRenegade334
authored andcommitted
doc: document ALPNCallback option for TLSSocket constructor
PR-URL: #61331 Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 608ff5c commit e1fc3dc

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)