Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Uncaught TypeError: Object.values is not a function in Chromium 53 on Ubuntu 14.04 #99

Closed
hjacobs opened this issue Jan 16, 2017 · 2 comments
Assignees

Comments

@hjacobs
Copy link
Owner

hjacobs commented Jan 16, 2017

Object.values is not as widely supported as one could believe: https://kangax.github.io/compat-table/es2016plus/

It works in recent browsers like Firefox 47+ and Chrome 55+, but it does not work in Chrome 53 which comes with Ubuntu 14.04 (old LTS, EOL April 2019).

Ubuntu 14.04 LTS should probably still be supported.

@hjacobs hjacobs added the bug label Jan 16, 2017
@hjacobs hjacobs self-assigned this Jan 16, 2017
@hjacobs
Copy link
Owner Author

hjacobs commented Jan 16, 2017

This can be solved with a babel polyfill: http://jamesknelson.com/using-es6-in-the-browser-with-babel-6-and-webpack/

@hjacobs
Copy link
Owner Author

hjacobs commented Jan 16, 2017

This is seems to be fixed, tested with Lubuntu 14.04 with Chromium 53 in VirtualBox:
screenshot_2017-01-16_22-59-22

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant