-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Reading Blobs #4142
Comments
Note: Fixing this is required for JsZip to work in deno. |
agree, tho duplicate of #2303. I am currently looking into implementing these methods. |
This would fix the browser builds for the |
@brianleroux this was already solved. This issue should be closed |
FileReader API isnt implemented, but the |
Yeah, didn't think so, but I should've been more specific. The browser builds of the |
|
sure. I don't want to make a bunch of noise opening fresh issues but knock yourself out. |
Indeed this issue is resolved, thanks. |
@brianleroux can you create an issue for aws-sdk issue you faced? I thought, when I'd tried to use it previously, the issue was with missing XML apis. (It would be amazing if aws-sdk worked ootb...) |
since its resolved whats the point ;) |
sorry I couldn't resist. this community, like most new communities, needs to work on its manners. or some new individuals do anyhow. |
It would be great to have either the (old) FileReader API or the new Promise based Blob methods "text", "arrayBuffer" and "stream".
The text was updated successfully, but these errors were encountered: