We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685f00c commit 22ac597Copy full SHA for 22ac597
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