mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
bfb42c69c4
Now each EME polyfill can be removed independently; this allows someone to remove just the IE11 polyfill while still keeping the others. This adds a priority ordering to the polyfills so the nop polyfill will be run last as a fallback if there are no other polyfills. Issue #1261 Change-Id: I865e1c0d6a73a079dd91505e96572e215e6f6c6a
14 lines
477 B
Plaintext
14 lines
477 B
Plaintext
# Polyfills used to emulate missing browsers features.
|
|
|
|
+../../lib/polyfill/fullscreen.js
|
|
+../../lib/polyfill/indexed_db.js
|
|
+../../lib/polyfill/input_event.js
|
|
+../../lib/polyfill/mathround.js
|
|
+../../lib/polyfill/mediasource.js
|
|
+../../lib/polyfill/patchedmediakeys_ms.js
|
|
+../../lib/polyfill/patchedmediakeys_nop.js
|
|
+../../lib/polyfill/patchedmediakeys_webkit.js
|
|
+../../lib/polyfill/video_play_promise.js
|
|
+../../lib/polyfill/videoplaybackquality.js
|
|
+../../lib/polyfill/vttcue.js
|