Skip to main content
Http2Session.unref - http2 - Node documentation
method Http2Session.unref

Usage in Deno

import { type Http2Session } from "node:http2";
Http2Session.unref(): void

Calls unref() on this Http2Sessioninstance's underlying net.Socket.

Return Type

void