Sets the value associated with a given search parameter to the given value.
Deletes the parameter.
Returns an array of [key, value]
pairs of the parameters.
Loops over the parameters.
The function to loop with.
Returns the first value associated with the given search parameter.
Returns all values associated with the given search parameter.
Returns a boolean
indicating if the given parameter exists.
Returns an array of the parameters' keys
.
Sets the value associated with a given search parameter to the given value.
Internally sorts the parameters.
Optional
compareFunction: (entry1: string[], entry2: string[]) => numberIf omitted, params are sorted by keys.
Returns a query string suitable for use in a URL.
Returns an array of the parameters' values
.
Similar to the JavaScript URLSearchParams class, except not an iterator.