File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2206,7 +2206,8 @@ changes:
2206
2206
instance passed to ` connect ` and the ` options ` object, and returns any
2207
2207
[ ` Duplex ` ] [ ] stream that is to be used as the connection for this session.
2208
2208
* ...: Any [ ` net.connect() ` ] [ ] or [ ` tls.connect() ` ] [ ] options can be provided.
2209
- * ` listener ` {Function}
2209
+ * ` listener ` {Function} Will be registered as a one-time listener of the
2210
+ [ ` 'connect' ` ] [ ] event.
2210
2211
* Returns: {ClientHttp2Session}
2211
2212
2212
2213
Returns a ` ClientHttp2Session ` instance.
@@ -3466,6 +3467,7 @@ following additional properties:
3466
3467
[ Stream ] : stream.html#stream_stream
3467
3468
[ Using `options.selectPadding()` ] : #http2_using_options_selectpadding
3468
3469
[ `'checkContinue'` ] : #http2_event_checkcontinue
3470
+ [ `'connect'` ] : #http2_event_connect
3469
3471
[ `'request'` ] : #http2_event_request
3470
3472
[ `'unknownProtocol'` ] : #http2_event_unknownprotocol
3471
3473
[ `ClientHttp2Stream` ] : #http2_class_clienthttp2stream
You can’t perform that action at this time.
0 commit comments