new InvalidFilter(text, reason)
Class for invalid filters
Parameters:
Name | Type | Description |
---|---|---|
text |
string | see Filter() |
reason |
string | Reason why this filter is invalid |
- Source:
Extends
Members
text :string
String representation of the filter
Type:
- string
- Inherited From:
- Source:
type :string
Filter type as a string, e.g. "blocking".
Type:
- string
- Inherited From:
- Source:
Methods
serialize() → {string}
Serializes the filter for writing out on disk.
- Inherited From:
- Source:
Yields:
- Type
- string