diff --git a/doc/api/quic.md b/doc/api/quic.md index fafb11db23..0ad4786ce9 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -1973,6 +1973,16 @@ added: REPLACEME The numeric identifier of the `QuicStream`. +#### quicstream.maxAcknowledgedOffset + + +* Type: {BigInt} + +A `BigInt` representing the highest acknowledged data offset received +for this `QuicStream`. + #### quicstream.maxExtendedOffset + +* Type: {BigInt} + +A `BigInt` representing the maximum received offset for this `QuicStream`. + #### quicstream.pending