jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 217 forks source link

`fs.copyFile` #198

Open rektide opened 7 years ago

rektide commented 7 years ago

fs.copyFile is coming soon to Node. It would be great to add this new API.

https://github.com/nodejs/node/pull/15034

jvilk commented 7 years ago

This could be added to all backends via BaseFileSystem and SynchronousFileSystem.

I'd like to wait until it's stable in Node, though.

LeifAndersen commented 2 years ago

Copyfile seems to be stable now, worth revisiting?

emeryberger commented 2 years ago

We'd welcome a PR!

james-pre commented 11 months ago

Please use https://github.com/browser-fs/core/issues/10