Optionalinit: string | Record<string, string> | Iterable<Iterable<string, any, any>, any, any>Deletes the given search parameter, and its associated value, from the list of all search parameters.
OptionalthisArg: ThisReturns the first value associated to the given search parameter.
Returns all the values association with a given search parameter.
Returns a Boolean indicating if such a search parameter exists.
Sets the value associated to a given search parameter to the given value. If there were several values, delete the others.
Appends a specified key/value pair as a new search parameter.
MDN Reference