Find script tags that have failed to load before window.load
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a JavaScript utility that detects external script tags that fail to load by the time a webpage's `window.load` event fires. It's designed for frontend developers to monitor critical third-party or dependency scripts, providing either an automatic error throw or a callback interface to handle missing resources. By requiring a simple `onload` attribute on script tags, it enables reliable tracking of script load success versus failure.