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
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...
The text was updated successfully, but these errors were encountered:
Thanks for the update @jimmywarting that's good to know! Once I'll have a time I'll investigate if there are still enough differences to justify existence of @web-std/blob or whether it could be deprecated in favor of fetch-blob.
Longer term I really just want to get rid of all these polyfills in favor of node native implementations.
This is no longer true as fetch-blob@3 uses web stream as well now...
The text was updated successfully, but these errors were encountered: