diff --git a/doc/api/https.md b/doc/api/https.md index c4dbd898613d6f..c511d8107ff0d4 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -135,6 +135,17 @@ added: v0.1.90 See [`server.close()`][] in the `node:http` module. +### `server[Symbol.asyncDispose]()` + + + +> Stability: 1 - Experimental + +Calls [`server.close()`][httpsServerClose] and returns a promise that +fulfills when the server has closed. + ### `server.closeAllConnections()`