Document.plugins

Document インターフェイスの plugins プロパティは読み取り専用で、現在の文書内にある <embed> 要素を表す 1 つ以上の HTMLEmbedElement を含んだ HTMLCollection オブジェクトを返します。

メモ: インストールされているプラグインの一覧には、このメソッドでなく window.navigator.plugins を使用してください。

構文

embedArrayObj = document.plugins

HTMLCollection、または文書内に embed がなければ null です。

仕様書

Specification
HTML Standard
# dom-document-plugins-dev

ブラウザーの互換性

BCD tables only load in the browser

関連情報