File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -664,6 +664,15 @@ subsequent servers provided. Fallback DNS servers will only be used if the
664
664
earlier ones time out or result in some other error.
665
665
666
666
## DNS promises API
667
+ <!-- YAML
668
+ added: v10.6.0
669
+ changes:
670
+ - version:
671
+ - v11.14.0
672
+ - v10.17.0
673
+ pr-url: https://github.com/nodejs/node/pull/26592
674
+ description: This API is no longer experimental.
675
+ -->
667
676
668
677
The ` dns.promises ` API provides an alternative set of asynchronous DNS methods
669
678
that return ` Promise ` objects rather than using callbacks. The API is accessible
Original file line number Diff line number Diff line change @@ -4666,6 +4666,21 @@ For detailed information, see the documentation of the asynchronous version of
4666
4666
this API: [ ` fs.writev() ` ] [ ] .
4667
4667
4668
4668
## ` fs ` Promises API
4669
+ <!-- YAML
4670
+ added: v10.0.0
4671
+ changes:
4672
+ - version: v14.0.0
4673
+ pr-url: https://github.com/nodejs/node/pull/31553
4674
+ description: Exposed as `require('fs/promises')`.
4675
+ - version:
4676
+ - v11.14.0
4677
+ - v10.17.0
4678
+ pr-url: https://github.com/nodejs/node/pull/26581
4679
+ description: This API is no longer experimental.
4680
+ - version: v10.1.0
4681
+ pr-url: https://github.com/nodejs/node/pull/20504
4682
+ description: The API is accessible via `require('fs').promises` only.
4683
+ -->
4669
4684
4670
4685
The ` fs.promises ` API provides an alternative set of asynchronous file system
4671
4686
methods that return ` Promise ` objects rather than using callbacks. The
You can’t perform that action at this time.
0 commit comments