• Replaces the current entry in the browser history. Internally uses window.history.replaceState

    Parameters

    • title: string
    • urlParams: URLSearchParams
    • Optionalstate: any

    Returns void