import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { URL } = dom;
The URL interface represents an object providing static methods used for creating object URLs.
Properties
readonly
searchParams: URLSearchParamsimport { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { URL } = dom;
The URL interface represents an object providing static methods used for creating object URLs.