property
quic.QuicStream.early
readonly early: boolean
True if any data on this stream was received as 0-RTT (early data) before the TLS handshake completed. Early data is less secure and could potentially be replayed by an attacker. Applications should treat early data with appropriate caution.
This property is only meaningful on the server side. On the client side, it is always false.