WebExtensionMatchPattern.matchesPattern
bool matchesPattern(webkit.web_extension_match_pattern.WebExtensionMatchPattern pattern, webkit.types.WebExtensionMatchPatternOptions options)Matches the matchPattern against the specified pattern with options.
Parameters
pattern | The #WebKitWebExtensionMatchPattern to match with matchPattern. |
options | The #WebKitWebExtensionMatchPatternOptions use while matching. |
Returns
Whether the pattern matches the specified pattern.