Liking cljdoc? Tell your friends :D

web.other.PluginArray

The PluginArray interface is used to store a list of web.other.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.other.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

lengthcljs

(length this)

Property.

The number of plugins in the array.

Property.

The number of plugins in the array.
sourceraw docstring

named-itemcljs

(named-item this & args)

Method.

Returns the Plugin with the specified name.

Method.

Returns the Plugin with the specified name.
sourceraw docstring

refreshcljs

(refresh this & args)

Method.

Refreshes all plugins on the current page, optionally reloading

Method.

Refreshes all plugins on the current page, optionally reloading
sourceraw docstring

set-length!cljs

(set-length! 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