Http2Session.pendingSettingsAck - Node documentation
property Http2Session.pendingSettingsAck

Usage in Deno

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

Indicates whether the Http2Session is currently waiting for acknowledgment of a sent SETTINGS frame. Will be true after calling thehttp2session.settings() method. Will be false once all sent SETTINGSframes have been acknowledged.

Type

boolean