Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface URL

Package version

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

Hierarchy

  • URL

Index

Properties

hash

hash: string

host

host: string

hostname

hostname: string

href

href: string

origin

origin: string

password

password: string

pathname

pathname: string

port

port: string

protocol

protocol: string

search

search: string

searchParams

searchParams: URLSearchParams

username

username: string

Methods

toJSON

  • toJSON(): string
  • Returns string

Generated using TypeDoc