property
quic.QuicStream.pendingTrailers
pendingTrailers: undefined | Dict<string | string[]>
Set trailing headers to be sent automatically when the application requests them. This is an alternative to the stream.onwanttrailers callback for cases where the trailers are known before the body completes. Throws ERR_INVALID_STATE if set on a session that does not support headers. Read/write.