W3cubDocs

/Deno

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