Interface: AnchorElement
September 5, 2021 · View on GitHub
esp32-javascript › "esp32-javascript/urlparse" › AnchorElement
Interface: AnchorElement
Hierarchy
- AnchorElement
Index
Properties
- _hash
- _host
- _hostname
- _pathname
- _port
- _protocol
- _search
- hash
- host
- hostname
- href
- origin
- pathname
- port
- protocol
- search
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