-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Unify all Track and TrackList APIs #3783
Conversation
🎉 Yay, success! |
💯 |
aca2fc9
to
2156c9e
Compare
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.
We have a bunch of places that check that textTracks()
returns not null, I don't think we ever do that anymore. Is it safe to remove all these checks?
techOptions[props.getterName] = this[props.privateName]; | ||
}); | ||
|
||
techOptions = assign(techOptions, this.options_[techName.toLowerCase()]); |
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.
assign mutates, so, we should be able to keep techOptions
as const
.
@gkatsev made updates and removed all checks for |
c9d27f2
to
1ee9b5e
Compare
change addTrack_ to addTrack across the board
1ee9b5e
to
bfc991e
Compare
Description
This PR was already reviewed and approved here. This one will allow us to use browserstack to make sure that IE8-11 is not broken.
Requirements Checklist