Skip to content

Commit 2f751eb

Browse files
targosaduh95
andauthored
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent e912108 commit 2f751eb

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

doc/api/fs.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ of the file.
326326
327327
#### `filehandle.readv(buffers[, position])`
328328
<!-- YAML
329-
added: v14.0.0
329+
added:
330+
- v13.13.0
331+
- v12.17.0
330332
-->
331333
332334
* `buffers` {Buffer[]|TypedArray[]|DataView[]}
@@ -4566,9 +4568,13 @@ this API: [`fs.read()`][].
45664568
45674569
### `fs.readSync(fd, buffer, [options])`
45684570
<!-- YAML
4569-
added: v14.0.0
4571+
added:
4572+
- v13.13.0
4573+
- v12.17.0
45704574
changes:
4571-
- version: v14.0.0
4575+
- version:
4576+
- v13.13.0
4577+
- v12.17.0
45724578
pr-url: https://github.com/nodejs/node/pull/32460
45734579
description: Options object can be passed in
45744580
to make offset, length and position optional.
@@ -4592,7 +4598,9 @@ this API: [`fs.read()`][].
45924598
45934599
### `fs.readvSync(fd, buffers[, position])`
45944600
<!-- YAML
4595-
added: v14.0.0
4601+
added:
4602+
- v13.13.0
4603+
- v12.17.0
45964604
-->
45974605
45984606
* `fd` {integer}

0 commit comments

Comments
 (0)