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 July 2015.
Summary
embeds
는 현재 document 에 embed되어 있는 OBJECT 들의 list 를 반환합니다.
Syntax
js
nodeList = document.embeds;
명세서
Specification |
---|
HTML Standard # dom-document-embeds-dev |