Vinyl
    Preparing search index...

    Interface MediaElementPatchOptions

    interface MediaElementPatchOptions {
        preventStalls?: boolean;
        unreliablePlaybackEvents?: boolean;
    }
    Index

    Properties

    preventStalls?: boolean

    The affected user agent gets into a state where playback can become stalled and needs help getting unstuck.

    unreliablePlaybackEvents?: boolean

    Playback events 'playing' and 'waiting' are unreliable after seeking.

    Risks for false positive: LOW. Timing of emitted playing events may be subtly different, but they will not be duplicated. Risks for false negative: MEDIUM. Certain playback events on affected platforms will be missed.