Skip to main content
HTTP2ServerCommon.updateSettings - node__http2.d.ts - Node documentation
method HTTP2ServerCommon.updateSettings

Usage in Deno

```typescript import { type HTTP2ServerCommon } from "node:node__http2.d.ts"; ```
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