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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |