--- title: Document.embeds slug: Web/API/Document/embeds tags: - API - Document translation_of: Web/API/Document/embeds ---
{{ApiRef}}
The embeds
read-only property of the {{domxref("Document")}} interface returns a list of the embedded {{htmlelement("object")}} elements within the current document.
nodeList = document.embeds
{{domxref("HTMLCollection")}}.
Спецификации | Статус | Комментарий |
---|---|---|
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}} | {{ Spec2('HTML WHATWG') }} |
{{Compat("api.Document.embeds")}}