class js.html.DOMPlugin

Available on js

The Plugin interface provides information about a browser plugin.

Documentation for this class was provided by MDN.

Instance Fields

var description:String

A human readable description of the plugin. Read only.

var filename:String

The filename of the plugin file. Read only.

var name:String

The name of the plugin. Read only.

function item(index:Int):DOMMimeType