Skip to content

Handle 'pause' event edge cases

Compare
Choose a tag to compare
@tsadler1988 tsadler1988 released this 18 Oct 16:33
· 76 commits to master since this release

We should ignore 'pause' events when we have called pause ourselves, as any other synchronous function calls to TAL might change the state, only to be overridden by the asynchronous 'pause' event from the HTML5 media element.