--- 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")}}.