Document.documentURI

The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument. No lexical checking is performed when setting this attribute; this could result in a null value returned when using Node.baseURI.

  1. DOMString documentURI [@property getter]
  2. DOMString documentURI [@property setter]
    interface Document
    @property
    void
    documentURI
    (
    DOMString
    )

Meta