Members
fileProperties :object
Properties of the filter data.
Type:
- object
- Source:
knownFilters :Map.<string, Filter>
Known filter texts mapped to their corresponding Filter objects.
Type:
- Map.<string, Filter>
- Source:
knownSubscriptions :Map.<string, Subscription>
Known subscription URLs mapped to their corresponding
Subscription objects.
Type:
- Map.<string, Subscription>
- Source:
subscriptions :Array.<Subscription>
The list of subscriptions in the filter data.
Type:
- Array.<Subscription>
- Source:
Methods
process(linenullable)
Processes a line of filter data.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
line |
string |
<nullable> |
The line of filter data to process. This may be
null , which indicates the end of the filter data. |
- Source: