Document.all
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Document 인터페이스의 read-only all 요소는 document node에 위치한HTMLAllCollection 반환한다. 간단하게 말하면 read-only all 요소는 페이지의 모든 contents를 반환 해준다.
Syntax
js
var htmlAllCollection = document.all;
Value
HTMLAllCollection는 문서 내에서 모든 node를 담고 있다.
명세서
| Specification |
|---|
| HTML Standard # dom-document-all |
브라우저 호환성
BCD tables only load in the browser