We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d4794 commit 29643ccCopy full SHA for 29643cc
doc/api/http2.md
@@ -321,6 +321,17 @@ added: REPLACEME
321
Will be `true` if this `Http2Session` instance has been closed, otherwise
322
`false`.
323
324
+#### http2session.connecting
325
+<!-- YAML
326
+added: REPLACEME
327
+-->
328
+
329
+* {boolean}
330
331
+Will be `true` if this `Http2Session` instance is still connecting, will be set
332
+to `false` before emitting `connect` event and/or calling the `http2.connect`
333
+callback.
334
335
#### http2session.destroy([error,][code])
336
<!-- YAML
337
added: v8.4.0
0 commit comments