package js.html
Available on jsThe
PluginArray
interface is used to store a list ofPlugin
objects describing the available plugins; it's returned by thewindow.navigator.plugins
property. ThePluginArray
is not a JavaScript array, but has thelength
property and supports accessing individual items using bracket notation (plugins[2]
), as well as viaitem(index)
andnamedItem("name")
methods.Documentation PluginArray by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only length:Int
item (index:Int):Plugin
namedItem (name:String):Plugin
refresh (reloadDocuments:Bool = false):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/PluginArray.html