• Adds an entry to the browser history. Internally uses window.history.pushState

    Parameters

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

    Returns void