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

BigInt tests fail in browsers that do not implement it #11

Open
kdubb opened this issue Jul 22, 2020 · 0 comments
Open

BigInt tests fail in browsers that do not implement it #11

kdubb opened this issue Jul 22, 2020 · 0 comments

Comments

@kdubb
Copy link

kdubb commented Jul 22, 2020

Environment

Browsers that do not implement BigInt. For example, Safari <= 13.x

Description

In browsers that do not implement BigInt the if (BigInt) {...} test for existence fails because no symbol named BigInt exists.

Steps to reproduce

Attempt any usage of library in Safari 13.x

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

1 participant