[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/API/Document/all [Back]  [Original]

Document: all - Web API | MDN

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: all

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

Document all HTMLAllCollection .

HTMLAllCollection document.all , NodeList Document.querySelectorAll :

js
const allElements = document.querySelectorAll("*");

In this article

HTMLAllCollection .

Specification
HTML
# dom-document-all


Web Proxy Viewer  |  New URL  |  Original Page