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

Update browser support for BigInt #1728

Merged
merged 2 commits into from
Aug 21, 2019
Merged

Update browser support for BigInt #1728

merged 2 commits into from
Aug 21, 2019

Conversation

nasso
Copy link
Contributor

@nasso nasso commented Aug 20, 2019

BigInt is supported in Firefox as of Firefox 68!

Edge doesn't support it for now but it will when EdgeHTML will be replaced with Chromium.
I replaced Firefox with Safari as a second example of an unsupported browser (I still swapped them because "Edge or Safari" sounds better than "Safari or Edge" to me :p).

As a further improvement (not included here), we could add a link to the Can I use... support table for BigInt.

`BigInt` is supported in Firefox as of Firefox 68!
Also replaced Firefox with Safari as a second example of an unsupported browser.
@alexcrichton
Copy link
Contributor

Nice! I'd be totally down for a link to caniuse.com, want to include that here?

@nasso
Copy link
Contributor Author

nasso commented Aug 20, 2019

Sure!

@alexcrichton alexcrichton merged commit e39e850 into rustwasm:master Aug 21, 2019
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

Successfully merging this pull request may close these issues.

2 participants