Constructor
new HtmlExactSpecFilter(options)
Create a filter instance.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object with a queryString property, which should be an
instance of |
- Since:
- 5.11.0
Methods
matches(spec) → {boolean}
Determines whether the specified spec should be executed.
Parameters:
Name | Type | Description |
---|---|---|
spec |
Spec |
Returns:
- Type
- boolean