Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>MimeTypeArray

Advanced Web Composition for Future
Latest
interface MimeTypeArray
import { type MimeTypeArray } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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