diff --git a/doc/api/quic.md b/doc/api/quic.md index 45aa2409fd1cc9..c5c197991cf923 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -204,6 +204,12 @@ added: v23.8.0 True if `endpoint.destroy()` has been called. Read only. +### `endpoint.listening` + +* Type: {boolean} + +True if the endpoint is actively listening for incoming connections. Read only. + ### `endpoint.setSNIContexts(entries[, options])`