-
Notifications
You must be signed in to change notification settings - Fork 428
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
fix: remove deprecation hls options, properties, and events #1229
Conversation
Codecov Report
@@ Coverage Diff @@
## next #1229 +/- ##
=======================================
Coverage ? 86.25%
=======================================
Files ? 39
Lines ? 9729
Branches ? 2269
=======================================
Hits ? 8392
Misses ? 1337
Partials ? 0 Continue to review full report at Codecov.
|
src/videojs-http-streaming.js
Outdated
@@ -519,42 +515,9 @@ class VhsHandler extends Component { | |||
|
|||
this.logger_ = logger('VhsHandler'); | |||
|
|||
// tech.player() is deprecated but setup a reference to HLS for | |||
// backwards-compatibility | |||
// tech.player() but we need access to the player in a few cases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment needs to be updated.
…ation guide (#1229) BREAKING CHANGE: remove deprecated options, properties, events.
BREAKING CHANGE: remove deprecation hls options, properties, and events