Skip to main content
HTTP2ServerCommon.updateSettings - Node documentation
method HTTP2ServerCommon.updateSettings

Usage in Deno

import { type HTTP2ServerCommon } from "node:http2";
HTTP2ServerCommon.updateSettings(settings: Settings): void

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

Parameters

settings: Settings

Return Type

void