crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.32k stars 651 forks source link

[fixed] Object(...).values is not a function #4036

Closed millerf closed 5 years ago

millerf commented 5 years ago

Platform: Android + Cordova

I just started to integrate CrossWalk to my project (very nice work btw). And I ran into this bug: Object.values() is not a function.

It looks like Object is a function in itself in crosswalk.

Everything is running fine on any browser, as well as on Chromium (if I remove crosswalk). If you guys have any idea...

millerf commented 5 years ago

I supposed Crosswalk doesn't support Object.values(). I added a polyfill.