MediaMetadata: chapterInfo property
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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
Specification |
---|
Media Session # dom-mediametadata-chapterinfo |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
chapterInfo |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
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.