Document()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Document
생성자는 브라우저에 로드되고 페이지 컨텐츠로의 진입점으로써 제공되는 웹 페이지인 새로운 Document
객체를 생성합니다.
구문
js
new Document();
명세
Specification |
---|
DOM # ref-for-dom-document-document① |