deno / 1.23.2 / ~ / urlpatterninit.html /

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
username? : string

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/URLPatternInit