Skip to main content
Module

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

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

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