TrackEvent
TrackEvent
https://html.spec.whatwg.org/multipage/media.html#trackevent
扩展
构造函数
new TrackEvent()
new TrackEvent(
type,target,track):TrackEvent
参数
type
string
target
track
AudioTrack |
VideoTrack |
TextTrack |
返回值
覆盖
属性
target
readonlytarget:EventTarget
继承自
track
track:
AudioTrack|VideoTrack|TextTrack
https://html.spec.whatwg.org/multipage/media.html#dom-trackevent-track(仅提供英文版)
type
readonlytype:string
继承自
Last updated: 2025年10月2日

