Files
shaka-player/lib
Wojciech Tyczyński b2595ced9e fix(WebOS): Do not throw error during parsing ID3 (#8623)
`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`.
2025-05-21 10:55:51 +02:00
..