- Notifications
You must be signed in to change notification settings - Fork 36
Description
Currently implementation deliberately diverges from the Blob spec by using node Readable stream instead web ReadableStream. This is problematic because code that runs both in browser and node can not use blob.stream()
without having to check what the result is.
How about either implementing web compatible stream method, or not implementing it at all.
Metadata
Metadata
Assignees
Labels
No labels