The hash of the location, including the leading hash character.
The full path of the location, including pathname, search, and hash. Does not include the origin. Is the equivalent of calling url.replace(url.origin, '')
url.replace(url.origin, '')
The masked location of the location.
The pathname of the location, including the leading slash.
The parsed search parameters of the location in object form.
The search string of the location, including the leading question mark.
The in-memory state of the location as it may exist in the browser's history.
Whether to unmask the location on reload.