Replaces the current browser history entry without reloading the page.
void replace(String url, {Object? state}) { web.window.history.replaceState(_toJsState(state), '', url); }