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

    Type Alias MediaPreload

    MediaPreload: "none" | "metadata" | "auto"

    Preload hint passed to the underlying <audio> / <video> element.

    • 'none' — do not preload any data
    • 'metadata' — preload only metadata (duration, dimensions, etc.)
    • 'auto' — let the browser decide how much to buffer