diff --git a/doc/api/quic.md b/doc/api/quic.md index 9cbff24bc08..19995000b20 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -1921,6 +1921,19 @@ Either `'application'` or `'transport'`. Indicates the namespace of added: v23.8.0 --> +### `stream.opened` + + + +* Type: {Promise} + +A promise that is immediately fulfilled, if the stream fits within +flow control limits or fulfilled when the pending stream is created. +It rejects, if a pending stream is closed with an error before being +created. + ### `stream.closed`