Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • MimeTypeArray

Indexable

[index: number]: MimeType

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

Index

Properties

Methods

Properties

length

length: number

Methods

item

  • Parameters

    • index: number

    Returns MimeType | null

namedItem

  • namedItem(name: string): MimeType | null
  • Parameters

    • name: string

    Returns MimeType | null

Generated using TypeDoc