import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { URLSearchParams } = dom;
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.
Returns a string containing a query string suitable for use in a URL. Does not include the question mark.