ContentType
Index
Enumeration Members
Enumeration Members
Audio
Audio: "audio"
Applies to audio files like MP3, WAV, or OGG.
Document
Document: "document"
Applies to HTML documents.
Fetch
Fetch: "fetch"
Applies to fetch and XHR requests on a document.
Font
Font: "font"
Applies to resources which are fonts.
Image
Image: "image"
Applies to resources which are images.
Navigate
Navigate: "navigate"
Applies to navigate requests on a document.
PDF: "pdf"
Applies to resources which are PDF files.
Script
Script: "script"
Applies to resources which are JavaScript files.
Style
Style: "style"
Applies to resources which are style sheets.
Track
Track: "track"
Applies to resources which are subtitle tracks of the WebVTT format.
Undefined
Undefined: "undefined"
Applies to everything else.
Video
Video: "video"
Applies to resources which are videos.
An enumeration classifying the content of a request.