import { type URLSearchParams } from "https://deno.land/x/deno@v0.28.0/cli/js/dom_types.ts";
Methods
Appends a specified key/value pair as a new search parameter.
Deletes the given search parameter, and its associated value, from the list of all search parameters.
Sets the value associated to a given search parameter to the given value. If there were several values, delete the others.
Sort all key/value pairs contained in this object in place and return undefined. The sort order is according to Unicode code points of the keys.