PluginArray

PluginArray

package js-html

Available on js

The PluginArray interface is used to store a list of Plugin objects describing the available plugins; it's returned by the window.navigator.plugins property. The PluginArray is not a JavaScript array, but has the length property and supports accessing individual items using bracket notation (plugins[2]), as well as via item(index) and namedItem("name") methods.

Documentation PluginArray by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only length:Int

Methods

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部