chrome.declarativeWebRequest library
Use the chrome.declarativeWebRequest
API to intercept, block, or modify
requests in-flight. It is significantly faster than the <a
href='webRequest.html'>chrome.webRequest
API</a> because you can register
rules that are evaluated in the browser rather than the JavaScript engine
with reduces roundtrip latencies and allows higher efficiency.
Properties
final ChromeDeclarativeWebRequest declarativeWebRequest #
Accessor for the chrome.declarativeWebRequest
namespace.
final ChromeDeclarativeWebRequest declarativeWebRequest = new ChromeDeclarativeWebRequest._()