Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make retryOnError be the default #7868

Merged
merged 2 commits into from
Aug 8, 2022
Merged

feat: make retryOnError be the default #7868

merged 2 commits into from
Aug 8, 2022

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Aug 8, 2022

This means that a retryOnError is removed and is no longer needed for
this behavior, which means that during source selection, if a source
fails, it'll try the next source that's available, to match the video
element.

BREAKING CHANGE: remove retryOnError option, turn it on by default

This means that a retryOnError is removed and is no longer needed for
this behavior, which means that during source selection, if a source
fails, it'll try the next source that's available, to match the video
element.

BREAKING CHANGE: remove retryOnError option, turn it on by default
@codecov
Copy link

codecov bot commented Aug 8, 2022

Codecov Report

Merging #7868 (b259ce8) into next (da28b10) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             next    #7868      +/-   ##
==========================================
+ Coverage   81.90%   81.91%   +0.01%     
==========================================
  Files         111      111              
  Lines        7344     7344              
  Branches     1771     1771              
==========================================
+ Hits         6015     6016       +1     
+ Misses       1329     1328       -1     
Impacted Files Coverage Δ
src/js/player.js 89.54% <100.00%> (ø)
...rc/js/control-bar/progress-control/time-tooltip.js 84.61% <0.00%> (+2.56%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, glad it was simple.

@gkatsev gkatsev merged commit 9e95740 into next Aug 8, 2022
@gkatsev gkatsev deleted the retry-on-error-always branch August 8, 2022 19:17
misteroneill pushed a commit that referenced this pull request Nov 23, 2022
This means that a retryOnError is removed and is no longer needed for
this behavior, which means that during source selection, if a source
fails, it'll try the next source that's available, to match the video
element.

BREAKING CHANGE: remove retryOnError option, turn it on by default
misteroneill pushed a commit that referenced this pull request Nov 23, 2022
This means that a retryOnError is removed and is no longer needed for
this behavior, which means that during source selection, if a source
fails, it'll try the next source that's available, to match the video
element.

BREAKING CHANGE: remove retryOnError option, turn it on by default
edirub pushed a commit to edirub/video.js that referenced this pull request Jun 8, 2023
This means that a retryOnError is removed and is no longer needed for
this behavior, which means that during source selection, if a source
fails, it'll try the next source that's available, to match the video
element.

BREAKING CHANGE: remove retryOnError option, turn it on by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants