WebKitWebExtensionMatchPatternOptions

Enum values representing matching options.

Values

ValueMeaning
None1

No special matching options.

IgnoreSchemes2

The scheme components should be ignored while matching.

IgnorePaths4

The host components should be ignored while matching.

MatchBidirectionally8

Two patterns should be checked in either direction while matching (A matches B, or B matches A). Invalid for matching URLs.