fs.readFile with encoding as 2nd argument is not documented #1797
Labels
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
good first issue
Issues that are suitable for first-time contributors.
It is very common to call fs.readFile with the encoding name directly as the 2nd argument. Like
Yet this call signature is not clearly documented:
https://iojs.org/api/fs.html#fs_fs_readfile_filename_options_callback (link date 2015-05-26)
The text was updated successfully, but these errors were encountered: