HTTP2ServerCommon - Node documentation
interface HTTP2ServerCommon

Usage in Deno

import { type HTTP2ServerCommon } from "node:http2";

Methods

setTimeout(
msec?: number,
callback?: () => void,
): this
updateSettings(settings: Settings): void

Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. Throws ERR_INVALID_ARG_TYPE for invalid settings argument.