Skip to content

Commit

Permalink
fix(html5): disable manual timeupdate events on html5 tech (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
floorish authored and gkatsev committed Sep 30, 2016
1 parent 7d85f27 commit 920c54a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/tech/html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,12 @@ Html5.prototype.featuresFullscreenResize = true;
*/
Html5.prototype.featuresProgressEvents = true;

/**
* Set the tech's timeupdate event support status
* (this disables the manual timeupdate events of the Tech)
*/
Html5.prototype.featuresTimeupdateEvents = true;

/**
* Sets the tech's status on native text track support
*
Expand Down

0 comments on commit 920c54a

Please sign in to comment.