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.
NavigatorPlugins.mimeTypes Read only
MimeTypeArray listing the MIME types supported by the browser.NavigatorPlugins.plugins Read only
PluginArray listing the plugins installed in the browser.The NavigatorPlugins interface doesn't inherit any methods.
NavigatorPlugins.javaEnabled() Read only
Boolean flag indicating whether the host browser is Java-enabled or not.| Specification | Status | Comment |
|---|---|---|
| HTML Living Standard The definition of 'NavigatorPlugins' in that specification. | Living Standard | Initial definition. |
| Desktop | ||||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
| Basic support | Yes | ? | Yes | Yes | Yes | Yes |
mimeTypes |
Yes | ? | ? | ? | ? | ? |
plugins |
Yes | ? | ? | ? | ? | ? |
javaEnabled |
Yes | ? | ? | ? | ? | ? |
| Mobile | |||||||
|---|---|---|---|---|---|---|---|
| Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
| Basic support | Yes | Yes | ? | Yes | Yes | Yes | Yes |
mimeTypes |
Yes | Yes | ? | ? | ? | ? | Yes |
plugins |
Yes | Yes | ? | ? | ? | ? | Yes |
javaEnabled |
Yes | Yes | ? | ? | ? | ? | Yes |
Navigator interface that implements it.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigatorPlugins