Haxe API Documentation
Back
|
Index
extern
class
js.html.DOMPlugin
Available in js
The
Plugin
interface provides information about a browser plugin.
Documentation for this class was provided by
MDN
.
var
description(default,null) :
String
A human readable description of the plugin.
Read only.
var
filename(default,null) :
String
The filename of the plugin file.
Read only.
var
length(default,null) :
Int
var
name(default,null) :
String
The name of the plugin.
Read only.
function
item(index :
Int
) :
DOMMimeType
function
namedItem(name :
String
) :
DOMMimeType
Back
|
Index