Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Handle 'pause' event edge cases

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.