MAIDR Documentation - v3.75.0
    Preparing search index...

    Type Alias MaidrSourceKind

    MaidrSourceKind: "cdn" | "local" | "inline" | "unknown"

    Where the running maidr.js bundle was loaded from.

    • cdn — served by an origin other than the page's (jsDelivr, unpkg, or any other asset host).
    • local — served by the page's own origin, or read off the filesystem alongside a file:// page.
    • inline — embedded directly in the page rather than fetched.
    • unknown — no script tag could be attributed to maidr.js, which is what happens when the bundle is rolled into a host application's own chunk.