Http2Session.connecting - Node documentation
property Http2Session.connecting

Usage in Deno

import { type Http2Session } from "node:http2";

Will be true if this Http2Session instance is still connecting, will be set to false before emitting connect event and/or calling the http2.connectcallback.

Type

boolean