The PluginArray interface is used to store a list of web.Plugin
describing the available plugins; it's returned by the window.navigator.plugins
The PluginArray is not a JavaScript array, but has the length
and supports accessing individual items using bracket notation
as well as via item(index) and namedItem("name") methods.
The PluginArray interface is used to store a list of `web.Plugin` describing the available plugins; it's returned by the `window.navigator.plugins` The PluginArray is not a JavaScript array, but has the length and supports accessing individual items using bracket notation as well as via item(index) and namedItem(\"name\") methods.
(item this & args)
Method.
Returns the Plugin at the specified index into the array.
Method. Returns the Plugin at the specified index into the array.
(length-read this)
Property.
The number of plugins in the array.
Property. The number of plugins in the array.
(set-length-read! this val)
Property.
The number of plugins in the array.
Property. The number of plugins in the array.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close