* Match the given input against the stored pattern. * * The input can either be provided as an absolute URL string with an optional base, * relative URL string with a required base, or as individual components * in the form of an `URLPatternInit` object. * * ```ts * const patter
(input: URLPatternInput, baseURL?: string)
| 7577 | * ``` |
| 7578 | */ |
| 7579 | exec(input: URLPatternInput, baseURL?: string): URLPatternResult | null; |
| 7580 | |
| 7581 | /** The pattern string for the `protocol`. */ |
| 7582 | readonly protocol: string; |
no outgoing calls
no test coverage detected