diff --git a/doc/api/http2.md b/doc/api/http2.md index fa1cb61536a93f..6d69709e224c8d 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -321,6 +321,17 @@ added: REPLACEME Will be `true` if this `Http2Session` instance has been closed, otherwise `false`. +#### http2session.connecting + + +* {boolean} + +Will be `true` if this `Http2Session` instance is still connecting, will be set +to `false` before emitting `connect` event and/or calling the `http2.connect` +callback. + #### http2session.destroy([error,][code])