@arcmantle/library
    Preparing search index...

    Function replaceSearchState

    • Replaces the current URL with the given URLSearchParams.

      Replaces the current history state and dispatches a popstate event.

      Parameters

      • search: URLSearchParams
      • Optionaldata: null | Record<string, string | number>
      • Optionalsilent: boolean

        if set to true does not dispatch a popstate event.

      Returns void