Document: plugins プロパティ
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2018年6月.
plugins
は Document
インターフェイスの読み取り専用プロパティで、現在の文書内にある <embed>
要素を表す 1 つ以上の HTMLEmbedElement
を含んだ HTMLCollection
オブジェクトを返します。
メモ: インストールされているプラグインの一覧には、このメソッドでなく Navigator.plugins を使用してください。