filer
filer copied to clipboard
Add support for fs methods that should support fds
Things like writeFile
actually support fd
s as well as path
, Buffer
, or URL
. We don't currently support fd
s in all cases, and should audit and fix that.