Skip to content

Commit

Permalink
feat(MediaCap): Add MediaCap polyfill to uncompiled.js
Browse files Browse the repository at this point in the history
Adding MediaCapabilities polyfill to uncompiled.js, so that the
polyfill can be used in unit tests.

Fixed the tests failure in Tizen, Safari and other browsers.

Issue shaka-project#1391

Change-Id: Ia9e220d00ac48bf4a024fb780e4f20e9e111ecc7
  • Loading branch information
michellezhuogg committed Mar 18, 2021
1 parent 014e146 commit 8912792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shaka-player.uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ goog.require('shaka.polyfill.Fullscreen');
goog.require('shaka.polyfill.InputEvent');
goog.require('shaka.polyfill.MathRound');
goog.require('shaka.polyfill.MediaSource');
goog.require('shaka.polyfill.MediaCapabilities');
goog.require('shaka.polyfill.Orientation');
goog.require('shaka.polyfill.PatchedMediaKeysApple');
goog.require('shaka.polyfill.PatchedMediaKeysMs');
Expand Down

0 comments on commit 8912792

Please sign in to comment.