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

Edge Legacy (44): Expected identifier, string or number #438

Closed
carter-et opened this issue Feb 26, 2021 · 1 comment
Closed

Edge Legacy (44): Expected identifier, string or number #438

carter-et opened this issue Feb 26, 2021 · 1 comment

Comments

@carter-et
Copy link

FileType.fromBlob(blob) implements logic w/ ...x. This isn't supported in some legacy browsers, and can cause issues like seen here. Same logic is fine on Chrome.
https://stackoverflow.com/questions/53628191/edge-script1028-expected-identifier-string-or-number

This is my first time raising an issue, please let me know if I'm being rude or if there is a community standard I should be following.

Thanks for the awesome package, - Ethan

@sindresorhus
Copy link
Owner

We only support modern Node.js versions and modern browsers. It's up to you to transpile/polyfill for older browsers.

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