Commit Graph

2 Commits

Author SHA1 Message Date
Steve Anton 72e13c4b06 chore: Add polyfill for AbortSignal.throwIfAborted() (#5412) 2023-07-12 12:42:22 -07:00
Joey Parrish 75ef9752a4 fix: Polyfill missing AbortController on Tizen (#4707)
We started using AbortController in HlsParser in 777c27ee, but that
change was made while the Tizen TV in our lab was offline. This restores
functionality to Tizen.

This polyfill uses getters, a feature of ES6 that the compiler won't
transpile into ES3, so this also changes the output language to ES5.
This should not be an issue, since ES5 has been well supported in all
browsers since IE10.
2022-11-15 09:16:25 +01:00