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