-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Byte stream support for FileHandle::readableWebStream #45853
Labels
feature request
Issues that request new features to be added to Node.js.
fs
Issues and PRs related to the fs subsystem / file system.
Comments
saschanaz
added
the
feature request
Issues that request new features to be added to Node.js.
label
Dec 14, 2022
saschanaz
changed the title
Byte stream support for readableWebStream
Byte stream support for FileHandle::readableWebStream
Dec 14, 2022
/cc @nodejs/fs |
debadree25
added a commit
to debadree25/node
that referenced
this issue
Mar 3, 2023
MoLow
pushed a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
Fixes: nodejs#45853 PR-URL: nodejs#46933 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Issues that request new features to be added to Node.js.
fs
Issues and PRs related to the fs subsystem / file system.
What is the problem this feature will solve?
This fails currently:
But a file is all about bytes and intuitively it should succeed.
What is the feature you are proposing to solve the problem?
Byte stream support for FileHandle::readableWebStream
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: