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
committercjihrig <cjihrig@gmail.com>2019-03-30 01:57:13 +0300
commitd8c2803dcf9a614dc4c627891e877fa24aa08b1a (patch)
tree4a3ffc27f76e667af2285cd197adcdcec92ef730 /doc/api/dns.md
parent61e4d89098e63c1dad0b2de7beeed1277abf5af3 (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>
Diffstat (limited to 'doc/api/dns.md')
-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 b405dd1078c..1dc4f50ef66 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