Feature requests: default enable BigInt()

Hi,
I’d need to user BigInt in my JS code, because also 64bit are too few for me… but it’s currently supported only by Chrome and Firefox only under a specific flag to be enabled, javascript.options.bigint.

There is also a possible error on this MDN page because is cited support from 68 version, under the flag, but instead it exists from 65 according to CanIUse.

I sincerely hope that could become enabled by default

According to https://bugzilla.mozilla.org/show_bug.cgi?id=1366287#c177 it will be enabled by default in Firefox 68.

1 Like