method
URLSearchParams.delete
name: string,
value?: string
): void;
Deletes the given search parameter, and its associated value, from the list of all search parameters.
method
Deletes the given search parameter, and its associated value, from the list of all search parameters.