@@ -3071,9 +3071,9 @@ this API: [`fs.read()`][].
30713071
30723072## ` fs.readSync(fd, buffer, [options]) `
30733073<!-- YAML
3074- added: REPLACEME
3074+ added: v14.0.0
30753075changes:
3076- - version: REPLACEME
3076+ - version: v14.0.0
30773077 pr-url: https://github.com/nodejs/node/pull/32460
30783078 description: Options object can be passed in
30793079 to make offset, length and position optional
@@ -3097,7 +3097,7 @@ this API: [`fs.read()`][].
30973097
30983098## ` fs.readv(fd, buffers[, position], callback) `
30993099<!-- YAML
3100- added: REPLACEME
3100+ added: v14.0.0
31013101-->
31023102
31033103* ` fd ` {integer}
@@ -3120,7 +3120,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
31203120
31213121## ` fs.readvSync(fd, buffers[, position]) `
31223122<!-- YAML
3123- added: REPLACEME
3123+ added: v14.0.0
31243124-->
31253125
31263126* ` fd ` {integer}
@@ -3997,7 +3997,7 @@ This happens when:
39973997<!-- YAML
39983998added: v0.0.2
39993999changes:
4000- - version: REPLACEME
4000+ - version: v14.0.0
40014001 pr-url: https://github.com/nodejs/node/pull/31030
40024002 description: The `buffer` parameter won't coerce unsupported input to
40034003 strings anymore.
@@ -4058,7 +4058,7 @@ the end of the file.
40584058<!-- YAML
40594059added: v0.11.5
40604060changes:
4061- - version: REPLACEME
4061+ - version: v14.0.0
40624062 pr-url: https://github.com/nodejs/node/pull/31030
40634063 description: The `string` parameter won't coerce unsupported input to
40644064 strings anymore.
@@ -4117,7 +4117,7 @@ details.
41174117<!-- YAML
41184118added: v0.1.29
41194119changes:
4120- - version: REPLACEME
4120+ - version: v14.0.0
41214121 pr-url: https://github.com/nodejs/node/pull/31030
41224122 description: The `data` parameter won't coerce unsupported input to
41234123 strings anymore.
@@ -4207,7 +4207,7 @@ to contain only `', World'`.
42074207<!-- YAML
42084208added: v0.1.29
42094209changes:
4210- - version: REPLACEME
4210+ - version: v14.0.0
42114211 pr-url: https://github.com/nodejs/node/pull/31030
42124212 description: The `data` parameter won't coerce unsupported input to
42134213 strings anymore.
@@ -4239,7 +4239,7 @@ this API: [`fs.writeFile()`][].
42394239<!-- YAML
42404240added: v0.1.21
42414241changes:
4242- - version: REPLACEME
4242+ - version: v14.0.0
42434243 pr-url: https://github.com/nodejs/node/pull/31030
42444244 description: The `buffer` parameter won't coerce unsupported input to
42454245 strings anymore.
@@ -4269,7 +4269,7 @@ this API: [`fs.write(fd, buffer...)`][].
42694269<!-- YAML
42704270added: v0.11.5
42714271changes:
4272- - version: REPLACEME
4272+ - version: v14.0.0
42734273 pr-url: https://github.com/nodejs/node/pull/31030
42744274 description: The `string` parameter won't coerce unsupported input to
42754275 strings anymore.
@@ -4509,7 +4509,7 @@ of the file.
45094509
45104510#### ` filehandle.readv(buffers[, position]) `
45114511<!-- YAML
4512- added: REPLACEME
4512+ added: v14.0.0
45134513-->
45144514
45154515* ` buffers ` {ArrayBufferView[ ] }
@@ -4641,7 +4641,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
46414641<!-- YAML
46424642added: v10.0.0
46434643changes:
4644- - version: REPLACEME
4644+ - version: v14.0.0
46454645 pr-url: https://github.com/nodejs/node/pull/31030
46464646 description: The `buffer` parameter won't coerce unsupported input to
46474647 buffers anymore.
@@ -4678,7 +4678,7 @@ the end of the file.
46784678<!-- YAML
46794679added: v10.0.0
46804680changes:
4681- - version: REPLACEME
4681+ - version: v14.0.0
46824682 pr-url: https://github.com/nodejs/node/pull/31030
46834683 description: The `string` parameter won't coerce unsupported input to
46844684 strings anymore.
@@ -4714,7 +4714,7 @@ the end of the file.
47144714<!-- YAML
47154715added: v10.0.0
47164716changes:
4717- - version: REPLACEME
4717+ - version: v14.0.0
47184718 pr-url: https://github.com/nodejs/node/pull/31030
47194719 description: The `data` parameter won't coerce unsupported input to
47204720 strings anymore.
@@ -5319,7 +5319,7 @@ The `atime` and `mtime` arguments follow these rules:
53195319<!-- YAML
53205320added: v10.0.0
53215321changes:
5322- - version: REPLACEME
5322+ - version: v14.0.0
53235323 pr-url: https://github.com/nodejs/node/pull/31030
53245324 description: The `data` parameter won't coerce unsupported input to
53255325 strings anymore.
0 commit comments