Skip to main content
Module

x/evt/lib/types/lib.dom.ts>MimeType

💧EventEmitter's typesafe replacement
Go to Latest
interface MimeType
import { type MimeType } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

Provides contains information about a MIME type associated with a particular plugin. NavigatorPlugins.mimeTypes returns an array of this object.

Properties

readonly
description: string

Returns the MIME type's description.

readonly
enabledPlugin: Plugin

Returns the Plugin object that implements this MIME type.

readonly
suffixes: string

Returns the MIME type's typical file extensions, in a comma-separated list.

readonly
type: string

Returns the MIME type.