Member Junction
    Preparing search index...
    MediaStateEvent:
        | "loadstart"
        | "loadedmetadata"
        | "canplay"
        | "canplaythrough"
        | "waiting"
        | "seeking"
        | "seeked"
        | "playing"
        | "play"
        | "pause"
        | "ended"
        | "error"
        | "stalled"
        | "suspend"
        | "emptied"

    The native HTMLMediaElement event names that drive the MediaPlaybackState machine. We bind exactly these on the PRIMARY media element.