8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24417 commit 455bf5aCopy full SHA for 455bf5a
doc/api/fs.md
@@ -199,8 +199,7 @@ changes:
199
* `data` {string|Buffer|TypedArray|DataView|AsyncIterable|Iterable|Stream}
200
* `options` {Object|string}
201
* `encoding` {string|null} **Default:** `'utf8'`
202
- * `flush` {boolean} If `true`, the underlying file descriptor is flushed
203
- prior to closing it. **Default:** `false`.
+ * `signal` {AbortSignal|undefined} allows aborting an in-progress writeFile. **Default:** `undefined`
204
* Returns: {Promise} Fulfills with `undefined` upon success.
205
206
Alias of [`filehandle.writeFile()`][].
0 commit comments