Location
Values
assign
Navigates to the given URL. Read more on MDN
let assign: (WebAPI.DOMAPI.location, string) => unit
replace
Removes the current page from the session history and navigates to the given URL. Read more on MDN
let replace: (WebAPI.DOMAPI.location, string) => unit