method Http2Session.ref Usage in Deno```typescript import { type Http2Session } from "node:node__http2.d.ts"; ``` Http2Session.ref(): void Calls `ref()` on this `Http2Session` instance's underlying `net.Socket`. Return Type void