Back to Content

ChapterInformation: startTime property

files/en-us/web/api/chapterinformation/starttime/index.md

latest442 B
Original Source

{{APIRef("Media Session API")}}{{SeeCompatTable}}

The startTime read-only property of the {{domxref("ChapterInformation")}} interface returns a number representing the start time of the chapter in seconds.

Value

A number.

Examples

See the main {{domxref("ChapterInformation")}} page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("ChapterInformation")}}