Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-03-27 20:23:27 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-10-18 15:51:59 +0300
commit90fb146933a713cea48fe87b3dd67d727e7d52fb (patch)
tree876d33e6a5acfc679a5cd04b7824a8e29f48ee4a
parentfcc22d31a0acfeba00e525610a1d7bd13164eae2 (diff)
doc: move dns.promises to stable status
PR-URL: https://github.com/nodejs/node/pull/26592 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
-rw-r--r--doc/api/dns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index ecbd85160eb..a4e83ee9712 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -588,7 +588,7 @@ earlier ones time out or result in some other error.
## DNS Promises API
-> Stability: 1 - Experimental
+> 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