Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to store a list of Plugin objects describing the available plugins; it's returned by the window.navigator.plugins property. The PluginArray is not a JavaScript array, but has the length property and supports accessing individual items using bracket notation (plugins[2]), as well as via item(index) and namedItem("name") methods.

deprecated

Hierarchy

  • PluginArray

Indexable

[index: number]: internal.Plugin

Index

Properties

length: number
deprecated

Methods

  • deprecated

    Parameters

    • index: number

    Returns null | internal.Plugin

  • deprecated

    Parameters

    • name: string

    Returns null | internal.Plugin

  • refresh(): void
  • deprecated

    Returns void

Generated using TypeDoc