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
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
targos and aduh95 authored Sep 1, 2021
commit 2f751eb8e2d9d663dfc1a74e345fbc6e67484036
16 changes: 12 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ of the file.

#### `filehandle.readv(buffers[, position])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
-->

* `buffers` {Buffer[]|TypedArray[]|DataView[]}
Expand Down Expand Up @@ -4566,9 +4568,13 @@ this API: [`fs.read()`][].

### `fs.readSync(fd, buffer, [options])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
changes:
- version: v14.0.0
- version:
- v13.13.0
- v12.17.0
pr-url: https://github.com/nodejs/node/pull/32460
description: Options object can be passed in
to make offset, length and position optional.
Expand All @@ -4592,7 +4598,9 @@ this API: [`fs.read()`][].

### `fs.readvSync(fd, buffers[, position])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
-->

* `fd` {integer}
Expand Down