webamp
webamp copied to clipboard
Missing Object.entries should trigger compatibility error
https://twitter.com/paulobrumatti/status/961761350765735936
Check should go here: https://github.com/captbaritone/winamp2-js/blob/master/js/winamp.js#L29-L36
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.