We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to return all filters in BlockerResult for check_network_request?
BlockerResult
check_network_request
adblock-rust/src/blocker.rs
Line 66 in 3eb8ac0
adblock-rust/src/engine.rs
Lines 133 to 135 in 3eb8ac0
The text was updated successfully, but these errors were encountered:
@antonok-edm WDYT about introducing a new method? Something like check_all_network_request, but maybe with better naming :)
check_all_network_request
Or can we expand the existing API to return all filters that match the request?
Sorry, something went wrong.
No branches or pull requests
Is it possible to return all filters in
BlockerResult
forcheck_network_request
?adblock-rust/src/blocker.rs
Line 66 in 3eb8ac0
adblock-rust/src/engine.rs
Lines 133 to 135 in 3eb8ac0
The text was updated successfully, but these errors were encountered: