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