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