property Http2Session.connecting Usage in Denoimport { 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.connect callback. Type boolean