diff --git a/doc/api/dns.md b/doc/api/dns.md index e70ee4036274..a22af1280ac5 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -591,8 +591,6 @@ earlier ones time out or result in some other error. ## DNS Promises API -> Stability: 2 - Stable - The `dns.promises` API provides an alternative set of asynchronous DNS methods that return `Promise` objects rather than using callbacks. The API is accessible via `require('dns').promises`. diff --git a/doc/api/fs.md b/doc/api/fs.md index 83840ca0a64f..c6ae9a83ac41 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3788,8 +3788,6 @@ this API: [`fs.write(fd, string...)`][]. ## fs Promises API -> Stability: 2 - Stable - The `fs.promises` API provides an alternative set of asynchronous file system methods that return `Promise` objects rather than using callbacks. The API is accessible via `require('fs').promises`. diff --git a/doc/api/stream.md b/doc/api/stream.md index 92a7e818e4eb..d7f10ca30217 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1319,8 +1319,6 @@ changes: description: Symbol.asyncIterator support is no longer experimental. --> -> Stability: 2 - Stable - * Returns: {AsyncIterator} to fully consume the stream. ```js