@@ -3071,7 +3071,7 @@ this API: [`fs.read()`][].
30713071
30723072## ` fs.readv(fd, buffers[, position], callback) `
30733073<!-- YAML
3074- added: REPLACEME
3074+ added: v14.0.0
30753075-->
30763076
30773077* ` fd ` {integer}
@@ -3094,7 +3094,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
30943094
30953095## ` fs.readvSync(fd, buffers[, position]) `
30963096<!-- YAML
3097- added: REPLACEME
3097+ added: v14.0.0
30983098-->
30993099
31003100* ` fd ` {integer}
@@ -3971,7 +3971,7 @@ This happens when:
39713971<!-- YAML
39723972added: v0.0.2
39733973changes:
3974- - version: REPLACEME
3974+ - version: v14.0.0
39753975 pr-url: https://github.com/nodejs/node/pull/31030
39763976 description: The `buffer` parameter won't coerce unsupported input to
39773977 strings anymore.
@@ -4032,7 +4032,7 @@ the end of the file.
40324032<!-- YAML
40334033added: v0.11.5
40344034changes:
4035- - version: REPLACEME
4035+ - version: v14.0.0
40364036 pr-url: https://github.com/nodejs/node/pull/31030
40374037 description: The `string` parameter won't coerce unsupported input to
40384038 strings anymore.
@@ -4091,7 +4091,7 @@ details.
40914091<!-- YAML
40924092added: v0.1.29
40934093changes:
4094- - version: REPLACEME
4094+ - version: v14.0.0
40954095 pr-url: https://github.com/nodejs/node/pull/31030
40964096 description: The `data` parameter won't coerce unsupported input to
40974097 strings anymore.
@@ -4181,7 +4181,7 @@ to contain only `', World'`.
41814181<!-- YAML
41824182added: v0.1.29
41834183changes:
4184- - version: REPLACEME
4184+ - version: v14.0.0
41854185 pr-url: https://github.com/nodejs/node/pull/31030
41864186 description: The `data` parameter won't coerce unsupported input to
41874187 strings anymore.
@@ -4213,7 +4213,7 @@ this API: [`fs.writeFile()`][].
42134213<!-- YAML
42144214added: v0.1.21
42154215changes:
4216- - version: REPLACEME
4216+ - version: v14.0.0
42174217 pr-url: https://github.com/nodejs/node/pull/31030
42184218 description: The `buffer` parameter won't coerce unsupported input to
42194219 strings anymore.
@@ -4243,7 +4243,7 @@ this API: [`fs.write(fd, buffer...)`][].
42434243<!-- YAML
42444244added: v0.11.5
42454245changes:
4246- - version: REPLACEME
4246+ - version: v14.0.0
42474247 pr-url: https://github.com/nodejs/node/pull/31030
42484248 description: The `string` parameter won't coerce unsupported input to
42494249 strings anymore.
@@ -4483,7 +4483,7 @@ of the file.
44834483
44844484#### ` filehandle.readv(buffers[, position]) `
44854485<!-- YAML
4486- added: REPLACEME
4486+ added: v14.0.0
44874487-->
44884488
44894489* ` buffers ` {ArrayBufferView[ ] }
@@ -4615,7 +4615,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
46154615<!-- YAML
46164616added: v10.0.0
46174617changes:
4618- - version: REPLACEME
4618+ - version: v14.0.0
46194619 pr-url: https://github.com/nodejs/node/pull/31030
46204620 description: The `buffer` parameter won't coerce unsupported input to
46214621 buffers anymore.
@@ -4652,7 +4652,7 @@ the end of the file.
46524652<!-- YAML
46534653added: v10.0.0
46544654changes:
4655- - version: REPLACEME
4655+ - version: v14.0.0
46564656 pr-url: https://github.com/nodejs/node/pull/31030
46574657 description: The `string` parameter won't coerce unsupported input to
46584658 strings anymore.
@@ -4688,7 +4688,7 @@ the end of the file.
46884688<!-- YAML
46894689added: v10.0.0
46904690changes:
4691- - version: REPLACEME
4691+ - version: v14.0.0
46924692 pr-url: https://github.com/nodejs/node/pull/31030
46934693 description: The `data` parameter won't coerce unsupported input to
46944694 strings anymore.
@@ -5293,7 +5293,7 @@ The `atime` and `mtime` arguments follow these rules:
52935293<!-- YAML
52945294added: v10.0.0
52955295changes:
5296- - version: REPLACEME
5296+ - version: v14.0.0
52975297 pr-url: https://github.com/nodejs/node/pull/31030
52985298 description: The `data` parameter won't coerce unsupported input to
52995299 strings anymore.
0 commit comments