W3cubDocs

/DOM

navigatorPlugins

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.mimeTypes Read only
Returns an MimeTypeArray listing the MIME types supported by the browser.
NavigatorPlugins.plugins Read only
Returns a PluginArray listing the plugins installed in the browser.

Methods

The NavigatorPlugins interface doesn't inherit any methods.

NavigatorPlugins.javaEnabled() Read only
Returns a Boolean flag 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 compatibilityUpdate compatibility data on GitHub

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

See also

  • The 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