Returns the Location object's URL's fragment (includes leading "#" if non-empty).
Can be set, to navigate to the same URL with a changed fragment (ignores leading "#").
Returns the Location object's URL's host and port (if different from the default port for the scheme).
Can be set, to navigate to the same URL with a changed host and port.
Returns the Location object's URL's host.
Can be set, to navigate to the same URL with a changed host.
Returns the Location object's URL.
Can be set, to navigate to the given URL.
Returns the Location object's URL's origin.
Returns the Location object's URL's path.
Can be set, to navigate to the same URL with a changed path.
Returns the Location object's URL's port.
Can be set, to navigate to the same URL with a changed port.
Returns the Location object's URL's scheme.
Can be set, to navigate to the same URL with a changed scheme.
Returns the Location object's URL's query (includes leading "?" if non-empty).
Can be set, to navigate to the same URL with a changed query (ignores leading "?").
Navigates to the given URL.
Reloads the current page.
Removes the current page from the session history and navigates to the given URL.
Returns a DOMStringList object listing the origins of the ancestor browsing contexts, from the parent browsing context to the top-level browsing context.