Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • URL

Index

Properties

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

Methods

  • toJSON(): string
  • Returns string

  • toString(): string
  • Returns string

Generated using TypeDoc