We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mode
cp()
Node.js v20.1.0 add the support mode flag to fsPromises.cp().
fsPromises.cp()
But the current polyfill for cp() implementation has not supported it yet.
fs/lib/cp/index.js
Line 11 in b788931
cp() polyfill should support
I wrote in the above.
The text was updated successfully, but these errors were encountered:
The PR for Node.js is nodejs/node#47084
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Node.js v20.1.0 add the support
mode
flag tofsPromises.cp()
.But the current polyfill for
cp()
implementation has not supported it yet.fs/lib/cp/index.js
Line 11 in b788931
Expected Behavior
cp()
polyfill should supportSteps To Reproduce
I wrote in the above.
Environment
I wrote in the above.
The text was updated successfully, but these errors were encountered: