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 BigInt.json #3742

Merged
merged 1 commit into from
Apr 1, 2019
Merged

Update BigInt.json #3742

merged 1 commit into from
Apr 1, 2019

Conversation

gunnarbittersmann
Copy link
Contributor

Firefox may have the javascript.options.bigint flag since version 65, but BigInt doesn’t work in versions 65 and 66.
Test: https://bittersmann.de/test/2019fact.html

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any

Firefox may have the javascript.options.bigint flag since version 65, but BigInt doesn’t work in versions 65 and 66.
Test: https://bittersmann.de/test/2019fact.html
@Elchi3 Elchi3 added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Apr 1, 2019
@ddbeck ddbeck self-requested a review April 1, 2019 09:46
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, @gunnarbittersmann! It looks like before version 67, a compile flag was needed in addition to the bigint option: https://bugzilla.mozilla.org/show_bug.cgi?id=1522436

Thank you again and welcome to BCD!

@ddbeck ddbeck merged commit 1678154 into mdn:master Apr 1, 2019
@gunnarbittersmann gunnarbittersmann deleted the patch-1 branch April 3, 2019 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants