Plugin object
Describes an add-on available to the browser.
![]() |
DOM Information
Inheritance Hierarchy
The Plugin does not inherit from any class or interface.Members
The Plugin object has these types of members:
Methods
The Plugin object has these methods.
| Method | Description |
|---|---|
| item |
Provides index based access for items in a pluginArray, plugin, or MimeTypeArray |
| namedItem |
Returns an object by its id or name from an array. |
Properties
The Plugin object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Describes the current object. | |
|
Read-only |
The name of the file which implements a plugin. | |
|
Read-only |
Returns the language associate with a plugin. | |
|
Read-only |
Returns the product name for a plugin's file. | |
|
Read-only |
Returns the publisher associated with a plugin, if any. | |
|
Read-only |
Returns the version number of a plugin, if available. |
Remarks
If any plug-ins are registered, navigator.plugins returns a PluginArray of plugin objects. For more info, see plugins.
See also
