mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
3e7014db2b6f7f0bcad7da8dca6c6367bbcd42aa
This will allow support-testing to work on older browsers so that application developers can still load the library and query for support to show an appropriate error message. To accomplish this, we avoid load-time uses of Function.bind, avoid certain polyfills if modern types are not available, and compile down to ES3 to avoid errors caused by use of the reserved word "catch" on Promises. This has been tested back to IE6, Safari 5.1, iOS 6.0, Firefox 6, Chrome 15, and Opera 16. Change-Id: I9deed106a7736758e04452ef85bae40f37c6fe62
…
Description
Languages
JavaScript
97.1%
Python
2%
Less
0.6%
HTML
0.2%
Shell
0.1%