非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
PluginArray
インターフェースには使用可能なプラグインのリストが格納されています。 window.navigator.plugins
プロパティによって返されます。
プロパティ
プロパティ名 | 説明 | 戻り値の型 | 可用性 |
---|---|---|---|
PluginArray.length |
プラグインリスト配列中のプラグイン数。読取専用。 | unsigned long | DOM 0 |
メソッド
-
PluginArray.item
-
プラグインリスト配列中の指定したインデックスにある
Plugin
を返す -
PluginArray.namedItem
-
プラグインリスト配列中の指定した名称の
Plugin
を返す -
PluginArray.refresh
- 現在のページの全てのプラグインを更新。必要に応じて文書を再読み込みします。