Document.all
실험적: 이 기능은 실험적인 기능입니다.
프로덕션 환경에서 사용하기 전에 브라우저 호환성 표를 주의 깊게 확인하세요.
Document
인터페이스의 read-only all
요소는 document node에 위치한HTMLAllCollection
(en-US) 반환한다. 간단하게 말하면 read-only all
요소는 페이지의 모든 contents를 반환 해준다.
Syntax
js
var htmlAllCollection = document.all;
Value
HTMLAllCollection
(en-US)는 문서 내에서 모든 node를 담고 있다.
명세서
Specification |
---|
HTML Standard # dom-document-all |
브라우저 호환성
BCD tables only load in the browser