mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
b2595ced9e
`TypedArray.prototype.indexOf` is available since Chrome 45, which means it's not implemented on WebOS 3 (using Chromium 38). As we extensively use this method in `Id3Utils` it leads to fatal errors on this platform whenever we encounter ID3 tags. For completeness and to prevent errors in the future, I also added implementations of connected methods: `lastIndexOf` & `includes`.