mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-07-02 18:49:36 +03:00
256f89dff7
The IndexedDB polyfill was preventing Cast apps from using IndexedDB outside of Shaka Player. Instead of breaking IDB, we should just directly disallow offline storage on the Cast platform. Fixes #2850 b/168565999 Change-Id: Ie504531c412723cc0f93530b2e34000873bfaf32
19 lines
692 B
Plaintext
19 lines
692 B
Plaintext
# Polyfills used to emulate missing browsers features.
|
|
|
|
+../../node_modules/eme-encryption-scheme-polyfill/index.js
|
|
+../../lib/polyfill/encryption_scheme.js
|
|
+../../lib/polyfill/fullscreen.js
|
|
+../../lib/polyfill/input_event.js
|
|
+../../lib/polyfill/languages.js
|
|
+../../lib/polyfill/mathround.js
|
|
+../../lib/polyfill/mediasource.js
|
|
+../../lib/polyfill/orientation.js
|
|
+../../lib/polyfill/patchedmediakeys_apple.js
|
|
+../../lib/polyfill/patchedmediakeys_ms.js
|
|
+../../lib/polyfill/patchedmediakeys_nop.js
|
|
+../../lib/polyfill/patchedmediakeys_webkit.js
|
|
+../../lib/polyfill/pip_webkit.js
|
|
+../../lib/polyfill/video_play_promise.js
|
|
+../../lib/polyfill/videoplaybackquality.js
|
|
+../../lib/polyfill/vttcue.js
|