| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 548f91a commit 55b7a6c
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -664,6 +664,18 @@ 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: v15.0.0 | ||
| 671 | + pr-url: https://github.com/nodejs/node/pull/32953 | ||
| 672 | + description: Exposed as `require('dns/promises')`. | ||
| 673 | + - version: | ||
| 674 | + - v11.14.0 | ||
| 675 | + - v10.17.0 | ||
| 676 | + pr-url: https://github.com/nodejs/node/pull/26592 | ||
| 677 | + description: This API is no longer experimental. | ||
| 678 | + --> | ||
| 667 | 679 | ||
| 668 | 680 | The `dns.promises` API provides an alternative set of asynchronous DNS methods | |
| 669 | 681 | that return `Promise` objects rather than using callbacks. The API is accessible | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4594,6 +4594,21 @@ For detailed information, see the documentation of the asynchronous version of | |||
| 4594 | 4594 | this API: [`fs.writev()`][]. | |
| 4595 | 4595 | ||
| 4596 | 4596 | ## `fs` Promises API | |
| 4597 | + <!-- YAML | ||
| 4598 | + added: v10.0.0 | ||
| 4599 | + changes: | ||
| 4600 | + - version: v14.0.0 | ||
| 4601 | + pr-url: https://github.com/nodejs/node/pull/31553 | ||
| 4602 | + description: Exposed as `require('fs/promises')`. | ||
| 4603 | + - version: | ||
| 4604 | + - v11.14.0 | ||
| 4605 | + - v10.17.0 | ||
| 4606 | + pr-url: https://github.com/nodejs/node/pull/26581 | ||
| 4607 | + description: This API is no longer experimental. | ||
| 4608 | + - version: v10.1.0 | ||
| 4609 | + pr-url: https://github.com/nodejs/node/pull/20504 | ||
| 4610 | + description: The API is accessible via `require('fs').promises` only. | ||
| 4611 | + --> | ||
| 4597 | 4612 | ||
| 4598 | 4613 | The `fs.promises` API provides an alternative set of asynchronous file system | |
| 4599 | 4614 | methods that return `Promise` objects rather than using callbacks. The | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,6 +49,9 @@ Additionally, this module includes the utility functions | |||
| 49 | 49 | [`stream.Readable.from()`][]. | |
| 50 | 50 | ||
| 51 | 51 | ### Streams Promises API | |
| 52 | + <!-- YAML | ||
| 53 | + added: v15.0.0 | ||
| 54 | + --> | ||
| 52 | 55 | ||
| 53 | 56 | The `stream/promises` API provides an alternative set of asynchronous utility | |
| 54 | 57 | functions for streams that return `Promise` objects rather than using | |
| Back | FazBrowse Home | New Git URL |
0 commit comments