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
var htmlAllCollection = document.all;
Value
HTMLAllCollection
는 문서 내에서 모든 node를 담고 있다.
Specifications
Specification |
---|
HTML Standard # dom-document-all |
Browser compatibility
BCD tables only load in the browser