Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
#34843 was cherry-picked onto
v12.x-stagingin 961844d but thefs/promisesAPI, as usedin the examples, is only available from Node.js 14. Change the
added examples to use
require(fs).promisesinstead.Fixes: #35740
Refs: #34843
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes