@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias MediaTrackKind

    MediaTrackKind:
        | "subtitles"
        | "captions"
        | "descriptions"
        | "chapters"
        | "metadata"

    The kind of a MediaTrack.

    Maps to the kind attribute of the HTML <track> element.