Skip to content
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

Use of Uint8Array constructor in Blob.js not supported on older browsers #62

Open
asacordex opened this issue Aug 23, 2018 · 1 comment

Comments

@asacordex
Copy link
Contributor

Seems like Uint8Array constructor is not supported in older browsers such as safari 10 and older. Would be great if the script checked if this constructor exists, and if doesn't exist used just an Array instead of Uint8Array.

Ref: https://caniuse.com/#search=Uint8Array

@jimmywarting
Copy link
Contributor

I believe it already dose that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants