filer icon indicating copy to clipboard operation
filer copied to clipboard

Add support for node's fs FileHandle class

Open humphd opened this issue 6 years ago • 1 comments

The promises API for fs includes a sort of object style fd called a FileHandle, which exposes a bunch of async methods. We should add this.

humphd avatar Dec 02 '18 02:12 humphd

https://github.com/nodejs/node/blob/1e23e3ceb3217f2b0e076864fdbbe874a8603e2f/lib/internal/fs/promises.js#L48

humphd avatar Dec 11 '18 04:12 humphd