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

Error: "Can't find variable: BigInt64Array" in Safari on M1 mac #80

Open
anikaks opened this issue Nov 28, 2022 · 2 comments
Open

Error: "Can't find variable: BigInt64Array" in Safari on M1 mac #80

anikaks opened this issue Nov 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@anikaks
Copy link
Contributor

anikaks commented Nov 28, 2022

This is a weird one; I tested installing the composer binary on my personal M1 Macbook Air. In safari, the page shows up complete blank, and in the JS Console there's ReferenceError: Can't find variable: BigInt64Array.

It opens just fine in Chrome.

@anikaks anikaks added the bug Something isn't working label Nov 28, 2022
@whscullin
Copy link
Contributor

whscullin commented Nov 28, 2022

What version of Safari is this? I'm unable to reproduce under Safari 16.1.

BigInt64Array was introduced in Safari 15, so older macOS/OSXs would encounter this. We might be able to polyfill it if that's an issue.

@anikaks
Copy link
Contributor Author

anikaks commented Nov 28, 2022

it would appear I'm running 14.0.3. Also notable I don't seem to have this issue in Safari on my corp laptop which is also running 16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants