property
quic.QuicSession.applicationOptions
readonly applicationOptions: { enableConnectProtocol: boolean; enableDatagrams: boolean; maxFieldSectionSize: bigint; maxHeaderLength: bigint; maxHeaderPairs: bigint; qpackBlockedStreams: bigint; qpackEncoderMaxDTableCapacity: bigint; qpackMaxDTableCapacity: bigint }
The current application-level options for this session. These include settings that are specific to the negotiated application protocol (e.g. HTTP/3) and may be negotiated separately from the transport parameters. Read only.