From f1fd9b1838d72cb10039287e56da74f8afa223ba Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 21 Oct 2020 20:38:52 +0200 Subject: [PATCH] doc: add history section for fs Promises API Fixes: https://github.com/nodejs/node/issues/35740 --- doc/api/fs.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index aab3adaaa32afb..14aa6651f38fad 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4594,6 +4594,21 @@ For detailed information, see the documentation of the asynchronous version of this API: [`fs.writev()`][]. ## `fs` Promises API + The `fs.promises` API provides an alternative set of asynchronous file system methods that return `Promise` objects rather than using callbacks. The