@arcmantle/library
    Preparing search index...

    Function pushSearchState

    • Updates the current URL with the given URLSearchParams.

      Pushes a new 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