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

Does not start in Firefox 45 #54

Closed
solendil opened this Issue Apr 19, 2017 · 1 comment

Comments

Projects
None yet
1 participant
@solendil
Owner

solendil commented Apr 19, 2017

TypeError: Object.values is not a function

Either polyfill this feature, or stop using it, or provide a proper error message.
Problem might occur with other polyfillable features... Should do more tests on older browsers.

See

@solendil solendil added the bug label Apr 19, 2017

@solendil

This comment has been minimized.

Show comment
Hide comment
@solendil

solendil Apr 24, 2017

Owner

Fixed for FF 45... Although the polyfills add 50k to the app...
Supported browser list is browsers: ['last 2 chrome versions', 'firefox >= 45', 'last 2 edge versions', 'last 2 safari versions'],for the moment.
I will probably remove FF45 support once FF59 ESR is released in about a year.

Owner

solendil commented Apr 24, 2017

Fixed for FF 45... Although the polyfills add 50k to the app...
Supported browser list is browsers: ['last 2 chrome versions', 'firefox >= 45', 'last 2 edge versions', 'last 2 safari versions'],for the moment.
I will probably remove FF45 support once FF59 ESR is released in about a year.

@solendil solendil closed this Apr 24, 2017

solendil added a commit that referenced this issue Apr 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment