Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PluginArray

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 Plugin at the specified index into the array.
PluginArray.namedItem
Returns the Plugin with the specified name.
PluginArray.refresh
Refreshes all plugins on the current page, optionally reloading documents.

Document Tags and Contributors

 Contributors to this page: teoli, MHasan, namolmes, Sheppy
 Last updated by: teoli,