-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Labels
Comments
fautore
changed the title
memfs.createWriteStream() exists, while fd.createWriteStream() doesn't
memfs.createWriteStream() exists, while filehandle.createWriteStream() doesn't
Sep 30, 2024
graue
added a commit
to graue/memfs
that referenced
this issue
Nov 27, 2024
graue
added a commit
to graue/memfs
that referenced
this issue
Nov 27, 2024
graue
added a commit
to graue/memfs
that referenced
this issue
Dec 2, 2024
🎉 This issue has been resolved in version 4.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 byfs.open()
.while this is not a huge issue, are there any plans to align to the node API?
thank you.
The text was updated successfully, but these errors were encountered: