webamp icon indicating copy to clipboard operation
webamp copied to clipboard

Missing Object.entries should trigger compatibility error

Open captbaritone opened this issue 7 years ago • 2 comments

https://twitter.com/paulobrumatti/status/961761350765735936

captbaritone avatar Feb 09 '18 00:02 captbaritone

Check should go here: https://github.com/captbaritone/winamp2-js/blob/master/js/winamp.js#L29-L36

captbaritone avatar Feb 11 '18 20:02 captbaritone

Here’s an updated link to where the check should go: https://github.com/captbaritone/webamp/blob/master/js/webampLazy.js#L53

You could test this out by temporality adding Object.entries = undefined At the top of js/index.js And see that the demo page loads with a “browser not supported” message.

captbaritone avatar Oct 23 '18 14:10 captbaritone