Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(player): cache_.currentTime is not updated when the current time …
…is set Updating cache_.currentTime as soon as the currentTime is set avoids having to wait for the timeupdate event, which results in: - making cache_.currentTime more reliable - updating the progress bar on mouse up after dragging when the media is paused. See also: #6232, #6234, #6370, #6372
- Loading branch information