MatchOptions
Summary
Options that control how a URL string is resolved before matching.
Signature
interface MatchOptions {
baseURL?: string | URL
}
Properties
baseURL
Absolute URL used to resolve relative URL strings with platform URL semantics.