Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URLPattern
/
test
M
test
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:url
/
URLPattern
/
test
M
test
method
url.URLPattern.test
test
(
input
?
:
URLPatternInput
,
baseURL
?
:
string
|
URL
)
:
boolean
;
Referenced types
type
URLPatternInput
=
string
|
URLPatternInit
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
;