property Http2Session.connecting Usage in Deno```typescript import { type Http2Session } from "node:node__http2.d.ts"; ``` 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