Extended behaviour for Electron WebRequest : add multiple listeners capabilities.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Electron-better-web-request is a module that extends Electron's webRequest API by allowing multiple listeners to be bound to lifecycle events, addressing Electron's limitation of only supporting a single listener per event. It provides both new methods (addListener, removeListener, setResolver) and maintains compatibility with original webRequest methods, enabling developers to register multiple request interceptors with custom merging strategies for handling concurrent modifications. This tool is particularly useful for Electron developers building applications that require complex request filtering or modification from multiple sources, such as browser extensions or proxy tools.