Liking cljdoc? Tell your friends :D

web.PluginArray

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.
raw docstring

itemcljs

(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.
sourceraw docstring

length-readcljs

(length-read this)

Property.

The number of plugins in the array.

Property.

The number of plugins in the array.
sourceraw docstring

set-length-read!cljs

(set-length-read! this val)

Property.

The number of plugins in the array.

Property.

The number of plugins in the array.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close