我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
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.