pendingDecoderInstructions property

List<DecoderInstruction> get pendingDecoderInstructions

Pending QPACK decoder-stream instructions staged for transmission.

Exposed for testing; in normal operation these are flushed by flushQpackDecoderInstructions.

Implementation

List<DecoderInstruction> get pendingDecoderInstructions =>
    List.unmodifiable(_pendingDecoderInstructions);