Firefox Tomorrow

web api instance property

ImageTrack: repetitionCount property

View on MDN ↗

Available in workers

The repetitionCount property of the ImageTrack interface returns the number of repetitions of this track.

Value

An integer.

Examples

The following example prints the value of repetitionCount to the console.

let track = imageDecoder.tracks.selectedTrack;
console.log(track.repetitionCount);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.