This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Document.embeds

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2018년 6월⁩.

Summary

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

Syntax

js
nodeList = document.embeds;

명세서

Specification
HTML
# dom-document-embeds-dev