Docs
Reference
Guides
Blog
Discord
/
node:url
/
Url
P
auth
P
hash
P
host
P
hostname
P
href
P
path
P
pathname
P
port
P
protocol
P
query
P
search
P
slashes
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:url
/
Url
P
auth
P
hash
P
host
P
hostname
P
href
P
path
P
pathname
P
port
P
protocol
P
query
P
search
P
slashes
interface
url.Url
interface
Url
auth
:
null
|
string
hash
:
null
|
string
host
:
null
|
string
hostname
:
null
|
string
href
:
string
path
:
null
|
string
pathname
:
null
|
string
port
:
null
|
string
protocol
:
null
|
string
query
:
null
|
string
|
ParsedUrlQuery
search
:
null
|
string
slashes
:
null
|
boolean