node/doc
Michael Rommel 36decec87f doc: remove superfluous await from fsPromises.readdir example
The `await` operator in the example, iterating over the returned array
of filenames is not necessary, since the returned array is either
consisting of `string`s or of `fs.Dirent` objects, neither providing
an asyncIterator.

Refs: https://github.com/nodejs/help/issues/3317

PR-URL: https://github.com/nodejs/node/pull/38293
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2021-04-19 05:33:28 -07:00
..
api doc: remove superfluous await from fsPromises.readdir example 2021-04-19 05:33:28 -07:00
api_assets doc: add distinctive color for code elements inside links 2021-04-02 11:22:52 +02:00
changelogs 2021-04-06, Version 15.14.0 (Current) 2021-04-06 15:55:23 -04:00
guides build: remove support for Python 2 2021-04-16 15:47:02 -04:00
.eslintrc.yaml tools: enable no-unused-expressions lint rule 2020-12-07 20:33:45 +01:00
abi_version_registry.json src: update NODE_MODULE_VERSION to 93 2021-03-15 15:55:00 +01:00
first_timer_badge.png
full-white-stripe.jpg
node.1 doc: document that NODE_EXTRA_CA_CERTS is read only once 2021-03-05 07:25:56 -08:00
osx_installer_logo.png
template.html doc: use sentence-style capitlaztion in template header 2021-03-22 06:58:23 -07:00
thin-white-stripe.jpg