Skip to main content
Module

x/evt/mod.ts>dom.MimeType

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

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.