Provides information about a browser plugin.

Deprecated

Hierarchy

  • Plugin

Indexable

[index: number]: <internal>.MimeType

Properties

description: string

Returns the plugin's description.

Deprecated

filename: string

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

Deprecated

length: number

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

Deprecated

name: string

Returns the plugin's name.

Deprecated

Methods

  • Returns the specified MimeType object.

    Deprecated

    Parameters

    • index: number

    Returns null | <internal>.MimeType

  • Deprecated

    Parameters

    • name: string

    Returns null | <internal>.MimeType

Generated using TypeDoc