mirror of
https://github.com/videojs/video.js.git
synced 2024-12-04 10:34:51 +02:00
52c181ddb0
It seems we have never triggered change events on remoteTextTrack when we were using native text tracks. This was a problem for VHS, which exclusively uses text tracks. This makes it so we do trigger the event. Main issue with this change is that it creates a potential for a false positive where a change event was triggered from a non-remote text track but the remoteTextTrack list still received a change event. This issue is mitigated by best practices of looping through the list looking for the modes that you care about. Co-authored-by: Kevin Kipp <kevin.kipp@gmail.com> Co-authored-by: Kyle Boutette <kyleveB@gmail.com> |
||
---|---|---|
.. | ||
api | ||
require | ||
unit | ||
karma.conf.js |