We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aff402 commit 39fd2fcCopy full SHA for 39fd2fc
doc/api/fs.md
@@ -1258,6 +1258,7 @@ changes:
1258
performance but higher memory usage. **Default:** `32`
1259
* `recursive` {boolean} Resolved `Dir` will be an {AsyncIterable}
1260
containing all sub files and directories. **Default:** `false`
1261
+ * `highWaterMark` {number} **Default:** `16384`
1262
* Returns: {Promise} Fulfills with an {fs.Dir}.
1263
1264
Asynchronously open a directory for iterative scanning. See the POSIX
0 commit comments