This makes all the parameters of the `fs.read` function, except for `fd` and the callback(when not using as a promise) optional. They will default to sensible defaults fixes nodejs#31237
ronag
added
the
author ready
label
Mar 10, 2020
addaleax
added
the
semver-minor
label
Mar 11, 2020addaleax pushed a commit that referenced this pull request
Mar 11, 2020MylesBorins pushed a commit that referenced this pull request
Mar 11, 2020Merged
Closed
4 tasks
Closed
3 tasks
targos
removed
the
author ready
label
Apr 25, 2020targos pushed a commit to targos/node that referenced this pull request
Apr 25, 2020This makes all the parameters of the `fs.read` function, except for `fd` and the callback(when not using as a promise) optional. They will default to sensible defaults. Fixes: nodejs#31237 PR-URL: nodejs#31402 Reviewed-By: Robert Nagy <ronagy@icloud.com>
targos pushed a commit that referenced this pull request
Apr 28, 2020Merged