TrackEvent: track property
The read-only track
property of
the TrackEvent
interface specifies the media track object to which the
event applies.
The media track will be an AudioTrack
,
VideoTrack
, or TextTrack
object.
Value
An object which is one of the types AudioTrack
,
VideoTrack
, or TextTrack
, depending on the type of media
represented by the track. This identifies the track to which the event applies.
Specifications
Specification |
---|
HTML # dom-trackevent-track-dev |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
track |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.