Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify the position argument for fs.read
What happen to the file position after a read using a position null or integer was not clear and you can assume that the cursor of the file descriptor is updated even if position is an integer. PR-URL: #14631 Fixes: #8397 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
- Loading branch information