WebExtensionMatchPatternOptions#
Added in version 2.48.
- class WebExtensionMatchPatternOptions#
Enum values representing matching options.
Fields#
- class WebExtensionMatchPatternOptions
- IGNORE_PATHS#
The host components should be ignored while matching.
- IGNORE_SCHEMES#
The scheme components should be ignored while matching.
- MATCH_BIDIRECTIONALLY#
Two patterns should be checked in either direction while matching (A matches B, or B matches A). Invalid for matching URLs.
- NONE#
No special matching options.