Experimental
これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
The NavigatorPlugins
interface contains methods and properties related to the plugins installed in the browser.
There is no object of type NavigatorPlugins
, but other interfaces, like Navigator
, implement it.
Properties
NavigatorPlugins.mimeTypes
読取専用- Returns an
MimeTypeArray
listing the MIME types supported by the browser. NavigatorPlugins.plugins
読取専用- Returns a
PluginArray
listing the plugins installed in the browser.
Methods
The NavigatorPlugins
interface doesn't inherit any method.
NavigatorPlugins.javaEnabled
読取専用- Returns a
Boolean
flag indicating whether the host browser is Java-enabled or not.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard NavigatorPlugins の定義 |
現行の標準 | Initial definition. |
Browser compatibility
現在、互換性データを可読形式の JSON フォーマットに置き換えているところです。
この互換性一覧は古い形式を使っており、これに含まれるデータの置き換えが済んでいません。
手助けしていただける場合は、こちらから!
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (有) | (有) | (有) | (有) | (有) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (有) | (有) | (有) | (有) | (有) | (有) |
See also
- The
Navigator
interface that implements it.