Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides information about a browser plugin.

Hierarchy

  • Plugin

Indexable

[index: number]: MimeType

Provides information about a browser plugin.

Index

Properties

description

description: string

Returns the plugin's description.

filename

filename: string

Returns the plugin library's filename, if applicable on the current platform.

length

length: number

Returns the number of MIME types, represented by MimeType objects, supported by the plugin.

name

name: string

Returns the plugin's name.

Methods

item

  • Returns the specified MimeType object.

    Parameters

    • index: number

    Returns MimeType | null

namedItem

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

    • name: string

    Returns MimeType | null

Generated using TypeDoc