Skip to main content
HTTP2ServerCommon.setTimeout - http2 - Node documentation
method HTTP2ServerCommon.setTimeout

Usage in Deno

import { type HTTP2ServerCommon } from "node:http2";
HTTP2ServerCommon.setTimeout(
msec?: number,
callback?: () => void,
): this

Parameters

optional
msec: number
optional
callback: () => void

Return Type

this