streamich / memfs

JavaScript file system utilities
http://streamich.github.io/memfs/
Apache License 2.0
1.77k stars 130 forks source link

memfs.createWriteStream() exists, while filehandle.createWriteStream() doesn't #1063

Open fautore opened 2 months ago

fautore commented 2 months ago

Hi Folks, i noticed that #5 mentions that memfs.createWriteStream() works as intended. however i was reading the official node documentation at https://nodejs.org/api/fs.html#filehandlecreatewritestreamoptions and apparently the same createWriteStream() can be called on a file descriptor generated by fs.open().

while this is not a huge issue, are there any plans to align to the node API? thank you.