Skip to content
New issue

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

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

Open
fautore opened this issue Sep 30, 2024 · 0 comments

Comments

@fautore
Copy link

fautore commented Sep 30, 2024

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.

@fautore fautore changed the title memfs.createWriteStream() exists, while fd.createWriteStream() doesn't memfs.createWriteStream() exists, while filehandle.createWriteStream() doesn't Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant