This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The artwork read-only property of the ChapterInformation interface returns an Array of objects representing images associated with the chapter.
An Array of objects. Each object contains the following properties:
srcA string representing the URL from which the user agent fetches the image's data.
sizesA string representing one or more sizes for the resource. Its value can be the keyword any (representing a scalable vector format such as SVG), or a space-separated list of tokens in the format <width in pixels>x<height in pixels> or <width in pixels>X<height in pixels>. If multiple sizes are provided, the user agent can load the size most appropriate for the current context, provided those sizes are available in the linked resource.
typeA string representing a MIME type hint that allows the user agent to ignore image types that it doesn't support. However, the user agent may still use MIME-type sniffing after downloading the image to determine its type.
See the main ChapterInformation page for an example.
| Specification |
|---|
| Media Session> # dom-chapterinformation-artwork> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
artwork |
127 | 127 | No | 113 | No | 127 | No | 84 | No | 28.0 | 127 | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ChapterInformation/artwork