@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PluginArray")
public class PluginArray
extends java.lang.Object
The PluginArray interface is used to store a list of Plugin objects describing the available plugins; it's returned by the 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.
- See Also:
- PluginArray - MDN,
PluginArray - HTML Living Standard