@team-speed-kit/predictive-preloading
    Preparing search index...

    Enumeration ContentType

    An enumeration classifying the content of a request.

    Index

    Enumeration Members

    Audio: "audio"

    Applies to audio files like MP3, WAV, or OGG.

    Document: "document"

    Applies to HTML documents.

    Fetch: "fetch"

    Applies to fetch and XHR requests on a document.

    Font: "font"

    Applies to resources which are fonts.

    Image: "image"

    Applies to resources which are images.

    Navigate: "navigate"

    Applies to navigate requests on a document.

    PDF: "pdf"

    Applies to resources which are PDF files.

    Script: "script"

    Applies to resources which are JavaScript files.

    Style: "style"

    Applies to resources which are style sheets.

    Track: "track"

    Applies to resources which are subtitle tracks of the WebVTT format.

    Undefined: "undefined"

    Applies to everything else.

    Video: "video"

    Applies to resources which are videos.