--- title: Document.plugins slug: Web/API/Document/plugins tags: - API - Document - Plugins - Property - Reference - embed - プロパティ translation_of: Web/API/Document/plugins ---
{{domxref("Document")}} インターフェイスの plugins プロパティは読み取り専用で、現在の文書内にある {{HTMLElement("embed")}} 要素を表す1つ以上の {{domxref("HTMLEmbedElement")}} を含んだ {{domxref("HTMLCollection")}} オブジェクトを返します。
embedArrayObj = document.plugins
{{domxref("HTMLCollection")}}、または文書内に embed がなければ null です。
| 仕様書 | 状態 | 備考 |
|---|---|---|
| {{SpecName('HTML WHATWG', '#dom-document-plugins', 'Document.plugins')}} | {{ Spec2('HTML WHATWG') }} |
{{Compat("api.Document.plugins")}}