Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class URL
import { URL } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
URL(url: string, base?: string)

Properties

hash: string
host: string
hostname: string
href: string
readonly
origin: string
password: string
pathname: string
port: string
protocol: string
readonly
searchParams: URLSearchParams
username: string

Methods

toJSON(): string
toString(): string