Interface

Plugin

Plugin

Provides information about a browser plugin.

View Source js/lib.dom.d.ts, line 5486

Members

string

# description

Returns the plugin's description.

View Source js/lib.dom.d.ts, line 5489

string

# filename

Returns the plugin library's filename, if applicable on the current platform.

View Source js/lib.dom.d.ts, line 5494

MimeType | null

# item

Returns the specified MimeType object.

View Source js/lib.dom.d.ts, line 5509

number

# length

Returns the number of MIME types, represented by MimeType objects, supported by the plugin.

View Source js/lib.dom.d.ts, line 5499

string

# name

Returns the plugin's name.

View Source js/lib.dom.d.ts, line 5504