Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>MimeTypeArray

Deno Standard Extensions
Go to Latest
interface MimeTypeArray
Deprecated
import { type MimeTypeArray } from "https://deno.land/x/yxz@0.17.0/typing/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
deprecated
length: number

Methods

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