Location
A location object with information about a Url.
Event Arguments for the location changed event.
Gets or sets the hash, e.g. "#myhash".
Gets or sets the host, e.g. "localhost:8800" or "www.w3.org".
Gets or sets the host name, e.g. "localhost" or "www.w3.org".
Gets or sets the hyper reference, i.e. the full path.
Gets if the stored location is relative and requires a base URL.
Gets the origin of the url.
Gets or sets the password for authorization.
Gets or sets the pathname, e.g. "/mypath".
Gets or sets the port, e.g. "8800"
Gets or sets the protocol, e.g. "http:".
Gets or sets the query, e.g. "?id=...".
Gets or sets the username for authorization.
Fired when the address is changed.