A LocationServices that gets/sets the current location using the browser's location and history apis
LocationServices
location
history
Uses history.pushState and history.replaceState
history.pushState
history.replaceState
Gets the base prefix without:
If , this returns '/base'. If , this returns '/foo/base'. If , this returns '/base'. If , this returns '/base'. If , this returns ''. If , this returns ''. If , this returns ''.
See: https://html.spec.whatwg.org/dev/semantics.html#the-base-element
Generated using TypeDoc
A
LocationServices
that gets/sets the current location using the browser'slocation
andhistory
apisUses
history.pushState
andhistory.replaceState