Contents

matches(_:)

Matches the receiver pattern against the specified pattern.

Declaration

func matches(_ pattern: WKWebExtension.MatchPattern?) -> Bool

Parameters

  • pattern:

    The pattern to match against the receiver pattern.

Return Value

A Boolean value indicating if the receiver pattern matches the specified pattern.

See Also

Related Documentation