diff --git a/doc/api/fs.md b/doc/api/fs.md index 88cbbb4afbc170..bf605818c8132c 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -167,9 +167,22 @@ close {FileHandle}s. Node.js may change this behavior in the future. #### `filehandle.appendFile(data[, options])` -* `data` {string|Buffer|TypedArray|DataView} +* `data` {string|Buffer|TypedArray|DataView|Object|AsyncIterable|Iterable + |Stream} * `options` {Object|string} * `encoding` {string|null} **Default:** `'utf8'` * Returns: {Promise} Fulfills with `undefined` upon success.