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.

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/pluginarray

Add-ons API DOM Experimental Expérimental NeedsContent Plugins