-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
fetch-blob
The reason this library exists is because fetch-blob chooses to compromise Web API compatibility of blob.stream() by using nodejs native Readable stream. We found this to be problematic when sharing code across nodejs and browser runtimes. Instead this library stays true to the specification by using ReadableStream implementation from web-streams-polyfill library even if that is less convenient in nodejs context.
This is no longer true as fetch-blob@3 uses web stream as well now...
Metadata
Metadata
Assignees
Labels
No labels