@@ -760,7 +760,8 @@ changes:
760
760
strings anymore.
761
761
-->
762
762
763
- * ` data` {string|Buffer|TypedArray|DataView|ArrayBuffer|AsyncIterable|Iterable|Stream}
763
+ * ` data` {string|Buffer|TypedArray|DataView|ArrayBuffer|AsyncIterable|
764
+ Iterable|Stream}
764
765
* ` options` {Object|string}
765
766
* ` encoding` {string|null} The expected character encoding when ` data` is a
766
767
string. **Default:** ` ' utf8' `
@@ -799,8 +800,8 @@ Write an array of {ArrayBufferView}s or {ArrayBuffer}s to the file.
799
800
The promise is resolved with an object containing a two properties:
800
801
801
802
* ` bytesWritten` {integer} the number of bytes written
802
- * ` buffers` {Buffer\[ ]|TypedArray\[ ]|DataView\[ ]|ArrayBuffer\[ ]} a reference to the ` buffers `
803
- input.
803
+ * ` buffers` {Buffer\[ ]|TypedArray\[ ]|DataView\[ ]|ArrayBuffer\[ ]} a reference
804
+ to the ` buffers ` input.
804
805
805
806
It is unsafe to call ` writev ()` multiple times on the same file without waiting
806
807
for the promise to be resolved (or rejected).
@@ -1693,7 +1694,8 @@ changes:
1693
1694
-->
1694
1695
1695
1696
* `file` {string|Buffer|URL|FileHandle} filename or `FileHandle`
1696
- * `data` {string|Buffer|TypedArray|DataView|ArrayBuffer|AsyncIterable|Iterable|Stream}
1697
+ * `data` {string|Buffer|TypedArray|DataView|ArrayBuffer|AsyncIterable
1698
+ |Iterable|Stream}
1697
1699
* `options` {Object|string}
1698
1700
* `encoding` {string|null} **Default:** `'utf8'`
1699
1701
* `mode` {integer} **Default:** `0o666`
@@ -4898,8 +4900,8 @@ changes:
4898
4900
* ` bytesWritten` {integer}
4899
4901
* ` buffers` {ArrayBufferView \[]}
4900
4902
4901
- Write an array of ` ArrayBufferView` s or ` ArrayBuffer` s to the file specified by ` fd ` using
4902
- ` writev()` .
4903
+ Write an array of ` ArrayBufferView` s or ` ArrayBuffer` s to the file specified
4904
+ by ` fd ` using ` writev()` .
4903
4905
4904
4906
` position` is the offset from the beginning of the file where this data
4905
4907
should be written . If ` typeof position !== 'number'` , the data will be written
0 commit comments