Function Document.documentURI
The location of the document or null
if undefined or if the Document
was created using DOMImplementation
. No lexical checking
is performed when setting this attribute; this could result in a null
value returned when using Node
.
Prototypes
DOMString documentURI() @property;
void documentURI(
DOMString
) @property;
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --