Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URL
P
hash
P
host
P
hostname
P
href
P
origin
P
password
P
pathname
P
port
P
protocol
P
search
P
searchParams
M
toJSON
P
username
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URL
P
hash
P
host
P
hostname
P
href
P
origin
P
password
P
pathname
P
port
P
protocol
P
search
P
searchParams
M
toJSON
P
username
interface
url.URL
interface
URL
hash
:
string
host
:
string
hostname
:
string
href
:
string
readonly
origin
:
string
password
:
string
pathname
:
string
port
:
string
protocol
:
string
search
:
string
readonly
searchParams
:
URLSearchParams
username
:
string
toJSON
()
:
string
;