Skip to content

Latest commit

 

History

History
176 lines (97 loc) · 5 KB

_esp32_javascript_urlparse_.anchorelement.md

File metadata and controls

176 lines (97 loc) · 5 KB

esp32-javascript"esp32-javascript/urlparse"AnchorElement

Interface: AnchorElement

Hierarchy

  • AnchorElement

Index

Properties

Methods

Properties

_hash

_hash: string | undefined

Defined in esp32-javascript/urlparse.ts:42


_host

_host: string | undefined

Defined in esp32-javascript/urlparse.ts:38


_hostname

_hostname: string | undefined

Defined in esp32-javascript/urlparse.ts:37


_pathname

_pathname: string | undefined

Defined in esp32-javascript/urlparse.ts:40


_port

_port: string | undefined

Defined in esp32-javascript/urlparse.ts:39


_protocol

_protocol: string | undefined

Defined in esp32-javascript/urlparse.ts:36


_search

_search: string | undefined

Defined in esp32-javascript/urlparse.ts:41


hash

hash: string

Defined in esp32-javascript/urlparse.ts:28


host

host: string

Defined in esp32-javascript/urlparse.ts:32


hostname

hostname: string

Defined in esp32-javascript/urlparse.ts:31


href

href: string

Defined in esp32-javascript/urlparse.ts:25


origin

origin: string

Defined in esp32-javascript/urlparse.ts:29


pathname

pathname: string

Defined in esp32-javascript/urlparse.ts:26


port

port: string

Defined in esp32-javascript/urlparse.ts:33


protocol

protocol: string

Defined in esp32-javascript/urlparse.ts:30


search

search: string

Defined in esp32-javascript/urlparse.ts:27

Methods

resolve

resolve(rel: string): AnchorElement

Defined in esp32-javascript/urlparse.ts:34

Parameters:

Name Type
rel string

Returns: AnchorElement