UNPKG

media-tracks

Version:

Polyfill audio and video tracks with renditions.

11 lines (10 loc) 147 B
class TrackEvent extends Event { track; constructor(type, init) { super(type); this.track = init.track; } } export { TrackEvent };