Firefox Tomorrow

web api instance property

MediaMetadata: chapterInfo property

View on MDN ↗

Limited availability

The chapterInfo read-only property of the MediaMetadata interface returns an array of chapter information metadata associated with playing media, represented by ChapterInformation object instances.

The chapterInfo for a given media resource is set when it is first created, via the chapterInfo property of the MediaMetadata() constructor’s initialization object.

Value

An array of ChapterInformation object instances.

Examples

See the ChapterInformation reference page for an example.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also