import { URL } from "https://deno.land/x/deno@v1.29.1/ext/url/lib.deno_url.d.ts";
The URL interface represents an object providing static methods used for creating object URLs.
Properties
readonly
searchParams: URLSearchParamsStatic Methods
createObjectURL(blob: Blob): string
revokeObjectURL(url: string): void