Enumeration
WebKitWebExtensionMatchPatternOptions
since: 2.48
Members
- WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_NONE
- 
            No special matching options. - Value: 1
- Nickname: none
- Available since: 2.48
 
- Value: 
- WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_SCHEMES
- 
            The scheme components should be ignored while matching. - Value: 2
- Nickname: ignore-schemes
- Available since: 2.48
 
- Value: 
- WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_PATHS
- 
            The host components should be ignored while matching. - Value: 4
- Nickname: ignore-paths
- Available since: 2.48
 
- Value: 
- WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_MATCH_BIDIRECTIONALLY
- 
            Two patterns should be checked in either direction while matching (A matches B, or B matches A). Invalid for matching URLs. - Value: 8
- Nickname: match-bidirectionally
- Available since: 2.48
 
- Value: