* Test if the given input matches 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 patt
(input: URLPatternInput, baseURL?: string)
| 7552 | * ``` |
| 7553 | */ |
| 7554 | test(input: URLPatternInput, baseURL?: string): boolean; |
| 7555 | |
| 7556 | /** |
| 7557 | * Match the given input against the stored pattern. |
no outgoing calls