You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jimmywarting
changed the title
Use readable byte stream for Blob.stream() and Response.body #17386
Use readable byte stream for Blob.stream() and Response.bodyOct 21, 2023
What version of Bun is running?
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
What platform is your computer?
Darwin 22.4.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
should be a byte stream.
What do you see instead?
TypeError: Cannot use a BYOB reader with a non-byte stream
Additional information
Corresponds to whatwg/fetch#1593 and w3c/FileAPI#188.
The text was updated successfully, but these errors were encountered: