Skip to main content
Module

x/evt/lib/types/lib.dom.ts>URL

💧EventEmitter's typesafe replacement
Go to Latest
interface URL
import { type URL } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

The URL interface represents an object providing static methods used for creating object URLs.

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

toString(): string
toJSON(): string