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

Support older browsers #28

Open
marcioapm opened this issue Feb 16, 2022 · 1 comment
Open

Support older browsers #28

marcioapm opened this issue Feb 16, 2022 · 1 comment

Comments

@marcioapm
Copy link

Upgrading from 1.20 to 1.30 breaks on older browsers (IE10), because it doesn't support Map and Set, even though it's never used in the app.

I think the checks instanceof Set and instanceof Map should be preceded by a typeof Map !== "undefined" to ensure it is a platform that supports these.

@mcollina
Copy link
Collaborator

Would you like to send a Pull Request to address this issue? Remember to add unit tests.

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