W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
URLPatternInit
interface
URLPatternInit {
baseURL?
:
string
;
hash?
:
string
;
hostname?
:
string
;
password?
:
string
;
pathname?
:
string
;
port?
:
string
;
protocol?
:
string
;
search?
:
string
;
username?
:
string
;
}
Properties
baseURL?
:
string
hash?
:
string
hostname?
:
string
password?
:
string
pathname?
:
string
port?
:
string
protocol?
:
string
search?
:
string
username?
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/URLPatternInit