Create a new URLSearchParams object from the given searchParamConfig and url.
searchParamConfig
url
A new URLSearchParams object is created from the url and then the searchParamConfig is applied.
Supplied searchParamConfig will override any duplicate search params on the url.
Create a new URLSearchParams object from the given
searchParamConfigandurl.A new URLSearchParams object is created from the
urland then thesearchParamConfigis applied.Supplied
searchParamConfigwill override any duplicate search params on theurl.