Location
Values
assign
Navigates to the given URL. Read more on MDN
let assign: (DomTypes.location, string) => unitParameters
DomTypes.location stringReturn type
unitreload
Reloads the current page. Read more on MDN
let reload: DomTypes.location => unitParameters
DomTypes.locationReturn type
unitreplace
Removes the current page from the session history and navigates to the given URL. Read more on MDN
let replace: (DomTypes.location, string) => unit