Skip to content

Commit 3b0480d

Browse files
jasnelltargos
authored andcommitted
doc: document 'secureConnect' event limitation
Fixes: #10555 Signed-off-by: James M Snell <[email protected]> Refs: #10846 PR-URL: #38447 Reviewed-By: Alba Mendez <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
1 parent 8a83bfd commit 3b0480d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

+3
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,9 @@ determine if the server certificate was signed by one of the specified CAs. If
850850
`tlsSocket.alpnProtocol` property can be checked to determine the negotiated
851851
protocol.
852852

853+
The `'secureConnect'` event is not emitted when a {tls.TLSSocket} is created
854+
using the `new tls.TLSSocket()` constructor.
855+
853856
### Event: `'session'`
854857
<!-- YAML
855858
added: v11.10.0

0 commit comments

Comments
 (0)