-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Safari & BigInt #4848
Comments
I suspect that these release notes are generated from a commit history. They might have a partial implementation of BigInt behind some flag for now. |
Safari 13 doesn't support |
I see lots of updates to BigInt support in the Safari TP release notes, but for some reason even as of Version 101 which is the latest, they do not appear to work.
|
Well, I guess they generate the release notes based on some commit log or on closed issues, without taking into account flags which make the feature unavailable. |
@vinyldarkscratch given #4848 (comment) maybe this issue should actually be closed? (Of course anyone can still comment here after it’s closed.) |
Sorry, good catch! I must have forgotten to hit “Close” before... 🤦♀️ |
Hi,
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt is not supported on Safari supposedly. However, https://developer.apple.com/safari/technology-preview/release-notes/ mentions BigInt in Release 57 which was released AFAIK.
I'm not a Mac user. Maybe somebody can elaborate on what the current state of BigInt support in Safari is.
Regards,
M.
The text was updated successfully, but these errors were encountered: