Skip to content

Commit

Permalink
chore: Drop MS EME polyfill (#4123)
Browse files Browse the repository at this point in the history
The MS EME polyfill has been unused since v3.1 and removal of IE support, and isn't needed for Edge or Xbox One support.

Closes #4113
  • Loading branch information
joeyparrish committed Apr 13, 2022
1 parent d8b3341 commit ead344f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 706 deletions.
1 change: 0 additions & 1 deletion build/types/polyfill
Expand Up @@ -7,7 +7,6 @@
+../../lib/polyfill/mediasource.js
+../../lib/polyfill/media_capabilities.js
+../../lib/polyfill/orientation.js
+../../lib/polyfill/patchedmediakeys_ms.js
+../../lib/polyfill/patchedmediakeys_nop.js
+../../lib/polyfill/patchedmediakeys_webkit.js
+../../lib/polyfill/pip_webkit.js
Expand Down
4 changes: 1 addition & 3 deletions docs/tutorials/plugins.md
Expand Up @@ -69,9 +69,7 @@ __Polyfills__
{@linksource shaka.polyfill.Fullscreen}
- prefixed video QoE metrics:
{@linksource shaka.polyfill.VideoPlaybackQuality}
- prefixed EME implementations for IE 11 and very old versions of embedded
Chrome/Chromium:
- {@linksource shaka.polyfill.PatchedMediaKeysMs}
- prefixed EME implementations:
- {@linksource shaka.polyfill.PatchedMediaKeysWebkit}
- {@linksource shaka.polyfill.PatchedMediaKeysNop}
- variants of VTTCue and TextTrackCue constructors:
Expand Down

0 comments on commit ead344f

Please sign in to comment.