Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fs: add bufferSize option to fs.opendir()
  • Loading branch information
addaleax committed Oct 25, 2019
commit 0c5404581f9a63ae1ef53221225a114fa3b99a4c
12 changes: 6 additions & 6 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2626,8 +2626,8 @@ Functions based on `fs.open()` exhibit this behavior as well:
<!-- YAML
added: v12.12.0
changes:
- version: REPLACME
pr-url: ???
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->

Expand All @@ -2653,8 +2653,8 @@ directory and subsequent read operations.
<!-- YAML
added: v12.12.0
changes:
- version: REPLACME
pr-url: ???
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->

Expand Down Expand Up @@ -4844,8 +4844,8 @@ a colon, Node.js will open a file system stream, as described by
<!-- YAML
added: v12.12.0
changes:
- version: REPLACME
pr-url: ???
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->

Expand Down