@@ -3071,9 +3071,9 @@ this API: [`fs.read()`][].
3071
3071
3072
3072
## ` fs.readSync(fd, buffer, [options]) `
3073
3073
<!-- YAML
3074
- added: REPLACEME
3074
+ added: v14.0.0
3075
3075
changes:
3076
- - version: REPLACEME
3076
+ - version: v14.0.0
3077
3077
pr-url: https://github.com/nodejs/node/pull/32460
3078
3078
description: Options object can be passed in
3079
3079
to make offset, length and position optional
@@ -3097,7 +3097,7 @@ this API: [`fs.read()`][].
3097
3097
3098
3098
## ` fs.readv(fd, buffers[, position], callback) `
3099
3099
<!-- YAML
3100
- added: REPLACEME
3100
+ added: v14.0.0
3101
3101
-->
3102
3102
3103
3103
* ` fd ` {integer}
@@ -3120,7 +3120,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
3120
3120
3121
3121
## ` fs.readvSync(fd, buffers[, position]) `
3122
3122
<!-- YAML
3123
- added: REPLACEME
3123
+ added: v14.0.0
3124
3124
-->
3125
3125
3126
3126
* ` fd ` {integer}
@@ -3997,7 +3997,7 @@ This happens when:
3997
3997
<!-- YAML
3998
3998
added: v0.0.2
3999
3999
changes:
4000
- - version: REPLACEME
4000
+ - version: v14.0.0
4001
4001
pr-url: https://github.com/nodejs/node/pull/31030
4002
4002
description: The `buffer` parameter won't coerce unsupported input to
4003
4003
strings anymore.
@@ -4058,7 +4058,7 @@ the end of the file.
4058
4058
<!-- YAML
4059
4059
added: v0.11.5
4060
4060
changes:
4061
- - version: REPLACEME
4061
+ - version: v14.0.0
4062
4062
pr-url: https://github.com/nodejs/node/pull/31030
4063
4063
description: The `string` parameter won't coerce unsupported input to
4064
4064
strings anymore.
@@ -4117,7 +4117,7 @@ details.
4117
4117
<!-- YAML
4118
4118
added: v0.1.29
4119
4119
changes:
4120
- - version: REPLACEME
4120
+ - version: v14.0.0
4121
4121
pr-url: https://github.com/nodejs/node/pull/31030
4122
4122
description: The `data` parameter won't coerce unsupported input to
4123
4123
strings anymore.
@@ -4207,7 +4207,7 @@ to contain only `', World'`.
4207
4207
<!-- YAML
4208
4208
added: v0.1.29
4209
4209
changes:
4210
- - version: REPLACEME
4210
+ - version: v14.0.0
4211
4211
pr-url: https://github.com/nodejs/node/pull/31030
4212
4212
description: The `data` parameter won't coerce unsupported input to
4213
4213
strings anymore.
@@ -4239,7 +4239,7 @@ this API: [`fs.writeFile()`][].
4239
4239
<!-- YAML
4240
4240
added: v0.1.21
4241
4241
changes:
4242
- - version: REPLACEME
4242
+ - version: v14.0.0
4243
4243
pr-url: https://github.com/nodejs/node/pull/31030
4244
4244
description: The `buffer` parameter won't coerce unsupported input to
4245
4245
strings anymore.
@@ -4269,7 +4269,7 @@ this API: [`fs.write(fd, buffer...)`][].
4269
4269
<!-- YAML
4270
4270
added: v0.11.5
4271
4271
changes:
4272
- - version: REPLACEME
4272
+ - version: v14.0.0
4273
4273
pr-url: https://github.com/nodejs/node/pull/31030
4274
4274
description: The `string` parameter won't coerce unsupported input to
4275
4275
strings anymore.
@@ -4509,7 +4509,7 @@ of the file.
4509
4509
4510
4510
#### ` filehandle.readv(buffers[, position]) `
4511
4511
<!-- YAML
4512
- added: REPLACEME
4512
+ added: v14.0.0
4513
4513
-->
4514
4514
4515
4515
* ` buffers ` {ArrayBufferView[ ] }
@@ -4641,7 +4641,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
4641
4641
<!-- YAML
4642
4642
added: v10.0.0
4643
4643
changes:
4644
- - version: REPLACEME
4644
+ - version: v14.0.0
4645
4645
pr-url: https://github.com/nodejs/node/pull/31030
4646
4646
description: The `buffer` parameter won't coerce unsupported input to
4647
4647
buffers anymore.
@@ -4678,7 +4678,7 @@ the end of the file.
4678
4678
<!-- YAML
4679
4679
added: v10.0.0
4680
4680
changes:
4681
- - version: REPLACEME
4681
+ - version: v14.0.0
4682
4682
pr-url: https://github.com/nodejs/node/pull/31030
4683
4683
description: The `string` parameter won't coerce unsupported input to
4684
4684
strings anymore.
@@ -4714,7 +4714,7 @@ the end of the file.
4714
4714
<!-- YAML
4715
4715
added: v10.0.0
4716
4716
changes:
4717
- - version: REPLACEME
4717
+ - version: v14.0.0
4718
4718
pr-url: https://github.com/nodejs/node/pull/31030
4719
4719
description: The `data` parameter won't coerce unsupported input to
4720
4720
strings anymore.
@@ -5319,7 +5319,7 @@ The `atime` and `mtime` arguments follow these rules:
5319
5319
<!-- YAML
5320
5320
added: v10.0.0
5321
5321
changes:
5322
- - version: REPLACEME
5322
+ - version: v14.0.0
5323
5323
pr-url: https://github.com/nodejs/node/pull/31030
5324
5324
description: The `data` parameter won't coerce unsupported input to
5325
5325
strings anymore.
0 commit comments