Interface Plugin

Provides information about a browser plugin.

Deprecated

MDN Reference

Hierarchy

  • Plugin

Indexable

[index: number]: MimeType

Properties

description: string

Returns the plugin's description.

Deprecated

MDN Reference

enabled: boolean
filename: string

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

Deprecated

MDN Reference

id: string
js: string
length: number

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

Deprecated

manifest: PluginManifest
name: string

Returns the plugin's name.

Deprecated

MDN Reference

update: boolean

Methods

  • Returns IterableIterator<MimeType>

  • Returns the specified MimeType object.

    Parameters

    • index: number

    Returns MimeType

    Deprecated

    MDN Reference

  • Parameters

    • name: string

    Returns MimeType

    Deprecated

    MDN Reference

Generated using TypeDoc