getURLprivate
Returns the normalized URL, constructed from location.hash
.
e.g. #/foo
=> /foo
as well as #/foo#bar
=> /foo#bar
.
By convention, hashed paths must begin with a forward slash, otherwise they are not treated as a path so we can distinguish intent.
Please login to continue.