doc: move dns.promises to stable status · nodejs/node@4a7a84a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 4a7a84a
authored and
committed
doc: move dns.promises to stable status
PR-URL: #26592Reviewed-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 Signed-off-by: Beth Griggs Bethany.Griggs@uk.ibm.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -588,7 +588,7 @@ earlier ones time out or result in some other error. | ||
588 | 588 | |
589 | 589 | ## DNS Promises API |
590 | 590 | |
591 | -> Stability: 1 - Experimental | |
591 | +> Stability: 2 - Stable | |
592 | 592 | |
593 | 593 | The `dns.promises` API provides an alternative set of asynchronous DNS methods |
594 | 594 | that return `Promise` objects rather than using callbacks. The API is accessible |