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

Safari not supported #98

Closed
aaraney opened this issue Jan 19, 2022 · 1 comment · Fixed by #99
Closed

Safari not supported #98

aaraney opened this issue Jan 19, 2022 · 1 comment · Fixed by #99
Assignees
Labels
bug Something isn't working frontend Issue requires frontend code change

Comments

@aaraney
Copy link
Member

aaraney commented Jan 19, 2022

Known bug that the frontend does not support safari at the moment. Will work to resolve this soon, hopefully in the next day or so.

@aaraney aaraney added bug Something isn't working frontend Issue requires frontend code change labels Jan 19, 2022
@aaraney aaraney self-assigned this Jan 19, 2022
@aaraney
Copy link
Member Author

aaraney commented Jan 25, 2022

The issue is present due to the use of Array.prototype.at(). It is used several times in ResourcePage to, for example, split apart the basename of a file. CanIUse shows that this js array built-in is not supported on Safari <= 15.2 (so pretty much all current safari versions that are not in beta/bleeding edge).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Issue requires frontend code change
Projects
None yet
1 participant