This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The NavigatorPlugins mixin adds to the Navigator interface methods and properties for discovering and interacting with plugins installed into the browser.
Properties
NavigatorPlugins.mimeTypesRead only- Returns an
MimeTypeArraylisting the MIME types supported by the browser. NavigatorPlugins.pluginsRead only- Returns a
PluginArraylisting the plugins installed in the browser.
Methods
The NavigatorPlugins interface doesn't inherit any methods.
NavigatorPlugins.javaEnabled()Read only- Returns a
Booleanflag indicating whether the host browser is Java-enabled or not.
Specifications
| Specification | Status | Comment |
|---|---|---|
| HTML Living Standard The definition of 'NavigatorPlugins' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
- The
Navigatorinterface that implements it.
