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
searchParamConfig
andurl
.A new URLSearchParams object is created from the
url
and then thesearchParamConfig
is applied.Supplied
searchParamConfig
will override any duplicate search params on theurl
.