--- 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') }} |
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-dataand send us a pull request.
{{Compat("api.Document.embeds")}}