Note: this API is currently on hold, without concrete plans to move to stable. Use the chrome.declarativeWebRequest API to intercept, block, or modify requests in-flight. It is significantly faster than the chrome.webRequest API because you can register rules that are evaluated in the browser rather than the JavaScript engine, which reduces roundtrip latencies and allows higher efficiency.
Note: this API is currently on hold, without concrete plans to move to stable. Use the chrome.declarativeWebRequest API to intercept, block, or modify requests in-flight. It is significantly faster than the chrome.webRequest API because you can register rules that are evaluated in the browser rather than the JavaScript engine, which reduces roundtrip latencies and allows higher efficiency. * available since Chrome 86 * https://developer.chrome.com/extensions/declarativeWebRequest
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.ext.declarative-web-request namespace.
Taps all valid non-deprecated events in chromex.ext.declarative-web-request namespace.
(tap-on-message-events channel & args)
Fired when a message is sent via 'declarativeWebRequest.SendMessageToExtension' from an action of the declarative web request API.
Events will be put on the |channel| with signature [::on-message [details]] where:
|details| - https://developer.chrome.com/extensions/declarativeWebRequest#property-onMessage-details.
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
https://developer.chrome.com/extensions/declarativeWebRequest#event-onMessage.
Fired when a message is sent via 'declarativeWebRequest.SendMessageToExtension' from an action of the declarative web request API. Events will be put on the |channel| with signature [::on-message [details]] where: |details| - https://developer.chrome.com/extensions/declarativeWebRequest#property-onMessage-details. Note: |args| will be passed as additional parameters into Chrome event's .addListener call. https://developer.chrome.com/extensions/declarativeWebRequest#event-onMessage.
(tap-on-request-events channel & args)
Events will be put on the |channel| with signature [::on-request []].
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
https://developer.chrome.com/extensions/declarativeWebRequest#event-onRequest.
Events will be put on the |channel| with signature [::on-request []]. Note: |args| will be passed as additional parameters into Chrome event's .addListener call. https://developer.chrome.com/extensions/declarativeWebRequest#event-onRequest.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close