This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
The PluginArray interface is used to store a list of available plugins; it's returned by the window.navigator.plugins property.
Properties
| Name | Description | Return Type | Availability | 
|---|---|---|---|
| PluginArray.length | The number of plugins in the array. Read only. | unsigned long | DOM 0 | 
Methods
- PluginArray.item
- Returns the Pluginat the specified index into the array.
- PluginArray.namedItem
- Returns the Pluginwith the specified name.
- PluginArray.refresh
- Refreshes all plugins on the current page, optionally reloading documents.