Skip to content

Commit

Permalink
fixup! fs: add docs and tests for AsyncIterable support in `fh.writ…
Browse files Browse the repository at this point in the history
…eFile`
  • Loading branch information
aduh95 committed Aug 26, 2021
1 parent 26f821e commit b4224fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ changes:
strings anymore.
-->
* `data` {string|Buffer|TypedArray|DataView|Object|AsyncIterable|Iterable|Stream}
* `data` {string|Buffer|TypedArray|DataView|Object|AsyncIterable|Iterable
|Stream}
* `options` {Object|string}
* `encoding` {string|null} The expected character encoding when `data` is a
string. **Default:** `'utf8'`
Expand Down

0 comments on commit b4224fa

Please sign in to comment.