Enumeration (GI Flags)

WebKit-6.0WebKitWebExtensionMatchPatternOptionsSince 2.48

Enum values representing matching options.

2.48

Index

Enumeration Members

IGNORE_PATHS: number

The host components should be ignored while matching.

IGNORE_SCHEMES: number

The scheme components should be ignored while matching.

MATCH_BIDIRECTIONALLY: number

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

NONE: number

No special matching options.