diff --git a/doc/api/https.md b/doc/api/https.md index 07237f7d73ebab..a6ba59f3a43776 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()`