mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
8ff29175d8
Tizen 3 does not support Array.flat(). This fixes a runtime exception on Tizen 3 by replacing flat() with concat() and the spread operator. This also bans the use of flat(). flat() was originally introduced in PR #5422