RequestMatch
interface
Defines a matcher for requests based on URL, method, or both.
API
interface RequestMatch { url?: string;}}
Jump to details
Defines a matcher for requests based on URL, method, or both.
interface RequestMatch { url?: string;}}