@@ -3071,7 +3071,7 @@ this API: [`fs.read()`][].
3071
3071
3072
3072
## ` fs.readv(fd, buffers[, position], callback) `
3073
3073
<!-- YAML
3074
- added: REPLACEME
3074
+ added: v14.0.0
3075
3075
-->
3076
3076
3077
3077
* ` fd ` {integer}
@@ -3094,7 +3094,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
3094
3094
3095
3095
## ` fs.readvSync(fd, buffers[, position]) `
3096
3096
<!-- YAML
3097
- added: REPLACEME
3097
+ added: v14.0.0
3098
3098
-->
3099
3099
3100
3100
* ` fd ` {integer}
@@ -3971,7 +3971,7 @@ This happens when:
3971
3971
<!-- YAML
3972
3972
added: v0.0.2
3973
3973
changes:
3974
- - version: REPLACEME
3974
+ - version: v14.0.0
3975
3975
pr-url: https://github.com/nodejs/node/pull/31030
3976
3976
description: The `buffer` parameter won't coerce unsupported input to
3977
3977
strings anymore.
@@ -4032,7 +4032,7 @@ the end of the file.
4032
4032
<!-- YAML
4033
4033
added: v0.11.5
4034
4034
changes:
4035
- - version: REPLACEME
4035
+ - version: v14.0.0
4036
4036
pr-url: https://github.com/nodejs/node/pull/31030
4037
4037
description: The `string` parameter won't coerce unsupported input to
4038
4038
strings anymore.
@@ -4091,7 +4091,7 @@ details.
4091
4091
<!-- YAML
4092
4092
added: v0.1.29
4093
4093
changes:
4094
- - version: REPLACEME
4094
+ - version: v14.0.0
4095
4095
pr-url: https://github.com/nodejs/node/pull/31030
4096
4096
description: The `data` parameter won't coerce unsupported input to
4097
4097
strings anymore.
@@ -4181,7 +4181,7 @@ to contain only `', World'`.
4181
4181
<!-- YAML
4182
4182
added: v0.1.29
4183
4183
changes:
4184
- - version: REPLACEME
4184
+ - version: v14.0.0
4185
4185
pr-url: https://github.com/nodejs/node/pull/31030
4186
4186
description: The `data` parameter won't coerce unsupported input to
4187
4187
strings anymore.
@@ -4213,7 +4213,7 @@ this API: [`fs.writeFile()`][].
4213
4213
<!-- YAML
4214
4214
added: v0.1.21
4215
4215
changes:
4216
- - version: REPLACEME
4216
+ - version: v14.0.0
4217
4217
pr-url: https://github.com/nodejs/node/pull/31030
4218
4218
description: The `buffer` parameter won't coerce unsupported input to
4219
4219
strings anymore.
@@ -4243,7 +4243,7 @@ this API: [`fs.write(fd, buffer...)`][].
4243
4243
<!-- YAML
4244
4244
added: v0.11.5
4245
4245
changes:
4246
- - version: REPLACEME
4246
+ - version: v14.0.0
4247
4247
pr-url: https://github.com/nodejs/node/pull/31030
4248
4248
description: The `string` parameter won't coerce unsupported input to
4249
4249
strings anymore.
@@ -4483,7 +4483,7 @@ of the file.
4483
4483
4484
4484
#### ` filehandle.readv(buffers[, position]) `
4485
4485
<!-- YAML
4486
- added: REPLACEME
4486
+ added: v14.0.0
4487
4487
-->
4488
4488
4489
4489
* ` buffers ` {ArrayBufferView[ ] }
@@ -4615,7 +4615,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
4615
4615
<!-- YAML
4616
4616
added: v10.0.0
4617
4617
changes:
4618
- - version: REPLACEME
4618
+ - version: v14.0.0
4619
4619
pr-url: https://github.com/nodejs/node/pull/31030
4620
4620
description: The `buffer` parameter won't coerce unsupported input to
4621
4621
buffers anymore.
@@ -4652,7 +4652,7 @@ the end of the file.
4652
4652
<!-- YAML
4653
4653
added: v10.0.0
4654
4654
changes:
4655
- - version: REPLACEME
4655
+ - version: v14.0.0
4656
4656
pr-url: https://github.com/nodejs/node/pull/31030
4657
4657
description: The `string` parameter won't coerce unsupported input to
4658
4658
strings anymore.
@@ -4688,7 +4688,7 @@ the end of the file.
4688
4688
<!-- YAML
4689
4689
added: v10.0.0
4690
4690
changes:
4691
- - version: REPLACEME
4691
+ - version: v14.0.0
4692
4692
pr-url: https://github.com/nodejs/node/pull/31030
4693
4693
description: The `data` parameter won't coerce unsupported input to
4694
4694
strings anymore.
@@ -5293,7 +5293,7 @@ The `atime` and `mtime` arguments follow these rules:
5293
5293
<!-- YAML
5294
5294
added: v10.0.0
5295
5295
changes:
5296
- - version: REPLACEME
5296
+ - version: v14.0.0
5297
5297
pr-url: https://github.com/nodejs/node/pull/31030
5298
5298
description: The `data` parameter won't coerce unsupported input to
5299
5299
strings anymore.
0 commit comments