mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
84a8d1ca18
The HTML5 'input' event does not work correctly on all input elements in IE 11. There are equivalent events that the UI can use on IE. Instead of remembering this and checking for IE every time the 'input' event is needed, let the polyfill translate the event type. Change-Id: I23258a5c6a0bd37e946214380ad07949f3ee7f88
16 lines
541 B
Plaintext
16 lines
541 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/mediakeys.js
|
|
+../../lib/polyfill/mediasource.js
|
|
+../../lib/polyfill/patchedmediakeys_ms.js
|
|
+../../lib/polyfill/patchedmediakeys_nop.js
|
|
+../../lib/polyfill/patchedmediakeys_webkit.js
|
|
+../../lib/polyfill/promise.js
|
|
+../../lib/polyfill/video_play_promise.js
|
|
+../../lib/polyfill/videoplaybackquality.js
|
|
+../../lib/polyfill/vttcue.js
|