Document()
Document
생성자는 브라우저에 로드되고 페이지 컨텐츠로의 진입점으로써 제공되는 웹 페이지인 새로운 Document
객체를 생성합니다.
구문
js
new Document();
명세
Specification |
---|
DOM Standard # ref-for-dom-document-document① |
브라우저 호환성
BCD tables only load in the browser
Document
생성자는 브라우저에 로드되고 페이지 컨텐츠로의 진입점으로써 제공되는 웹 페이지인 새로운 Document
객체를 생성합니다.
js
new Document();
Specification |
---|
DOM Standard # ref-for-dom-document-document① |
BCD tables only load in the browser