TrackEvent
https://html.spec.whatwg.org/multipage/media.html#trackevent(英語のみ)
拡張
コンストラクタ
new TrackEvent()
new TrackEvent(
type,target,track): TrackEvent
パラメーター
type
string
target
track
TextTrack | AudioTrack | VideoTrack
戻り値
プロパティ
track
track: TextTrack
|AudioTrack|VideoTrack
https://html.spec.whatwg.org/multipage/media.html#dom-trackevent-track(英語のみ)を参照してください。
Last updated: 2026年7月22日

