URL

class URL(url, base)

exported from runtime.d

Arguments:

Properties

URL.hash

type: string

URL.host

type: string

URL.hostname

type: string

URL.href

type: string

URL.origin

type: readonly string

URL.password

type: string

URL.pathname

type: string

URL.port

type: string

URL.protocol

type: string

URL.search

type: string

URL.searchParams

type: readonly URLSearchParams

URL.username

type: string

Methods

URL.toJSON() string
URL.toString() string
static URL.canParse(url: string, base: string | URL) boolean
static URL.createObjectURL(blob: Blob) string
static URL.parse(url: string, base: string | URL) URL | null
static URL.revokeObjectURL(url: string)