Skip to main content
Module

x/evt/lib/types/index.ts>dom.MimeTypeArray

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

Returns an array of MimeType instances, each of which contains information about a supported browser plugins. This object is returned by NavigatorPlugins.mimeTypes.

Index Signatures

[index: number]: MimeType

Properties

readonly
length: number

Methods

item(index: number): MimeType | null
namedItem(name: string): MimeType | null