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