1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-10 11:10:19 +02:00
video.js/test
Roman Pougatchev f9fb1d3f51
fix: throw error on muted resolution rejection during autoplay (#7293)
Previously, when autoplay was set to any or muted, we would accidentally swallow the autoplay rejection when we reset the muted state back to what it was. Instead, we want to re-throw the error.
To get it working, we also had to update our tests to try/catch in our fake promise.
2021-06-30 12:28:41 -04:00
..
api feat: adds disablePictureInPicture method to the player API. (#6378) 2020-04-22 12:41:21 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit fix: throw error on muted resolution rejection during autoplay (#7293) 2021-06-30 12:28:41 -04:00
karma.conf.js chore: add a code coverage ci workflow (#7282) 2021-06-23 00:53:52 -04:00