matches(_:)
Matches the receiver pattern against the specified pattern.
Declaration
func matches(_ pattern: WKWebExtension.MatchPattern?) -> BoolParameters
- pattern:
The pattern to match against the receiver pattern.
Return Value
A Boolean value indicating if the receiver pattern matches the specified pattern.