On this page
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–2022 the Deno authors
https://doc.deno.land/deno/stable/~/URLPatternInit