Web/API/TrackDefaultList/TrackDefault

From Get docs

ObsoleteThis feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.


The TrackDefault() getter method of the TrackDefaultList interface allows the TrackDefault objects in the list to be accessed with an array operator (i.e. [].)

Syntax

var myTrackDefault = TrackDefaultList[index];

Parameters

index
The index position of the TrackDefault object you want to return.

Returns

A TrackDefault object.

Errors

No specific errors are returned, but if the supplied index is great than or equal to TrackDefaultList.length, the operation will return undefined.

Example

TBD.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

TrackDefault

Experimental'Non-standard'

Chrome

?

Edge

Full support ≤18

Firefox

No support No

IE

?

Opera

?

Safari

?

WebView Android

?

Chrome Android

?

Firefox Android

No support No

Opera Android

?

Safari iOS

No support No

Samsung Internet Android

?

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.
Non-standard. Expect poor cross-browser support.'
Non-standard. Expect poor cross-browser support.


See also