--- title: Document.embeds slug: Web/API/Document/embeds tags: - API - DOM - Document - HTML DOM - Property - embeds - プロパティ translation_of: Web/API/Document/embeds ---
{{ApiRef}}

{{domxref("Document")}} インターフェイスの embeds プロパティは読み取り専用で、現在の文書の埋め込み {{htmlelement("object")}} 要素のリストを返します。

構文

nodeList = document.embeds

{{domxref("HTMLCollection")}} です。

仕様書

仕様書 状態 備考
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}} {{ Spec2('HTML WHATWG') }}  

ブラウザーの対応

{{Compat("api.Document.embeds")}}