diff --git a/doc/api/quic.md b/doc/api/quic.md index a9e7414f4a3e..5a3853c94f4e 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.open` + + + +* 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`