Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
https://html.spec.whatwg.org/multipage/media.html#trackevent

Extends

Constructors

new TrackEvent()

new TrackEvent(type, target, track): TrackEvent

Parameters

type
string
target
EventTarget
track

Returns

TrackEvent

Overrides

Event.constructor

Properties

target

readonly target: EventTarget

Inherited from

Event.target

track

track: AudioTrack | VideoTrack | TextTrack https://html.spec.whatwg.org/multipage/media.html#dom-trackevent-track

type

readonly type: string

Inherited from

Event.type
Last modified on February 25, 2026