Plugin
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The Plugin interface provides information about a browser plugin.
Note:
Own properties of Plugin objects are no longer enumerable in the latest browser versions.
Instance properties
Plugin.descriptionRead only-
A human-readable description of the plugin.
Plugin.filenameRead only-
The filename of the plugin file.
Plugin.nameRead only-
The name of the plugin.
Instance methods
Plugin.item-
Returns the MIME type of a supported content type, given the index number into a list of supported types.
Plugin.namedItem-
Returns the MIME type of a supported item.
Specifications
| Specification |
|---|
| HTML> # dom-plugin> |