Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Document.documentURI

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

Document 인터페이스의 documentURI 속성은 document location 을 string 으로 반환합니다.

DOM3 에서 원래 이 속성은 읽기/쓰기 속성으로 정의되어 있습니다. DOM4 명세에서는 읽기 전용입니다.

Syntax

var string = document.documentURI;

Notes

HTML documents 는 동일한 값을 반환하는 document.URL 속성을 가집니다. URL 과는 달리, documentURI 는 모든 타입의 documents 에서 이용 가능합니다.

Specifications

Specification Status Comment
DOM4
The definition of 'documentURI' in that specification.
Recommendation  
Document Object Model (DOM) Level 3 Core Specification
The definition of 'documentURI' in that specification.
Recommendation Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
DOM3 behavior (Yes) (Yes) (Yes) ? (Yes)
DOM4 behavior 43.0 (Yes) No support ? No support
Feature Android Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
DOM3 behavior ? ? ? ? ? ? (Yes)
DOM4 behavior ? ? ? ? ? ? 43.0

문서 태그 및 공헌자

태그: 
 이 페이지의 공헌자: dragmove
 최종 변경: dragmove,