-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Log more HTMLMediaElement events (#30)
Add logging of the 'durationchange', 'waiting', 'loadedmetadata', 'loadeddata' and 'canplay' events. The set of data logged with each event now includes the 'played' and 'buffered' TimeRanges along with 'getVideoPlaybackQuality' (which is no longer logged seperately).
- Loading branch information
1 parent
63e6d5f
commit fb5a90d
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters