mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 15:24:31 +00:00
The callback parameter of `tls.connect(options[, callback])` is for the `secureConnect` event, not for the `secureConnection` event, and should therefore be named `secureConnectListener` instead of `secureConnectionListener`.