Web/API/NavigatorPlugins

From Get docs

This is an experimental technologyCheck 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 StandardThe definition of 'NavigatorPlugins' in that specification. Living Standard Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
NavigatorPlugins Chrome

Full support Yes

Edge

Full support 12

Firefox

Full support Yes

IE

Full support Yes

Opera

Full support Yes

Safari

Full support Yes

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

javaEnabled Chrome

Full support Yes

Edge

Full support ≤79

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support Yes

mimeTypes Chrome

Full support Yes

Edge

Full support ≤79

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support Yes

plugins Chrome

Full support Yes

Edge

Full support ≤79

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
Compatibility unknown  
Compatibility unknown


See also