property Http2Session.localSettings
Usage in Deno
import { type Http2Session } from "node:http2";
A prototype-less object describing the current local settings of this Http2Session
.
The local settings are local to thisHttp2Session
instance.