UNPKG

media-tracks

Version:

Polyfill audio and video tracks with renditions.

11 lines (10 loc) 167 B
class RenditionEvent extends Event { rendition; constructor(type, init) { super(type); this.rendition = init.rendition; } } export { RenditionEvent };