Plugin

js.html.Plugin (extern class)

The Plugin interface provides information about a browser plugin.

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

See:

Instance Members

description: String

A human readable description of the plugin.


filename: String

The filename of the plugin file.


version: String

The plugin's version number string.


name: String

The name of the plugin.


length: Int

item(index: Int): MimeType
Name Type
index Int
Returns
MimeType

namedItem(name: String): MimeType
Name Type
name String
Returns
MimeType