Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides information about a browser plugin.

deprecated

Hierarchy

  • Plugin

Indexable

[index: number]: internal.MimeType

Index

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