--- title: Document.embeds slug: Web/API/Document/embeds tags: - embeds translation_of: Web/API/Document/embeds ---

{{ ApiRef() }}

Summary

embeds 는 현재 document 에 embed되어 있는 OBJECT 들의 list 를 반환합니다.

Syntax

nodeList = document.embeds

Specifications

Specification Status Comment
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}} {{ Spec2('HTML WHATWG') }}