Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides information about a browser plugin.

Hierarchy

  • Plugin

Indexable

[index: number]: <internal>.MimeType

Index

Properties

Readonly description

description: string

Returns the plugin's description.

Readonly filename

filename: string

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

Readonly length

length: number

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

Readonly name

name: string

Returns the plugin's name.

Methods

item

  • Returns the specified MimeType object.

    Parameters

    • index: number

    Returns null | <internal>.MimeType

namedItem

  • Parameters

    • name: string

    Returns null | <internal>.MimeType

Generated using TypeDoc