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