Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URLPattern
Co
constructor
M
exec
P
hash
P
hasRegExpGroups
P
hostname
P
password
P
pathname
P
port
P
protocol
P
search
M
test
P
username
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URLPattern
Co
constructor
M
exec
P
hash
P
hasRegExpGroups
P
hostname
P
password
P
pathname
P
port
P
protocol
P
search
M
test
P
username
class
url.URLPattern
class
URLPattern
readonly
hash
:
string
readonly
hasRegExpGroups
:
boolean
readonly
hostname
:
string
readonly
password
:
string
readonly
pathname
:
string
readonly
port
:
string
readonly
protocol
:
string
readonly
search
:
string
readonly
username
:
string
exec
(
input
?
:
string
|
URLPatternInit
,
baseURL
?
:
string
)
:
null
|
URLPatternResult
;
test
(
input
?
:
string
|
URLPatternInit
,
baseURL
?
:
string
)
:
boolean
;