ghuser-io / ghuser.io

:octocat: Better GitHub profiles
https://ghuser.io
MIT License
809 stars 47 forks source link

Does not work on Microsoft Edge #180

Closed ocdtrekkie closed 5 years ago

ocdtrekkie commented 5 years ago

I have a Windows Mobile phone with Microsoft Edge, and the spinner for my profile just cycles endlessly. I also tested with desktop Edge, and it does the same thing.

venarius commented 5 years ago

Managed to reproduce it and got the following error in the Edge Console: SCRIPT1028: Expected identifier, string or number

Turns out, that issue is bigger than initially thought. MS Edge doesn't support property rest yet... https://stackoverflow.com/questions/53628191/edge-script1028-expected-identifier-string-or-number

Two ways to resolve this issue:

I think it's not worth the effort and it would be best to just wait until Edge supports property rest.

ocdtrekkie commented 5 years ago

Well, I mean, now that Microsoft has abandoned Edge and committed to just reskinning Chrome... yeah, not much point worrying about Edge compat.

lourot commented 5 years ago

Closing then, thanks!