property Http2Session.pendingSettingsAck Usage in Denoimport { type Http2Session } from "node:http2"; Indicates whether the Http2Session is currently waiting for acknowledgment of a sent SETTINGS frame. Will be true after calling the http2session.settings() method. Will be false once all sent SETTINGS frames have been acknowledged. Type boolean