This project provides a polyfill for the `MutationObserver` API, allowing developers to monitor DOM changes in environments where the native API is unavailable, specifically older browsers like IE9-10. It's designed for web developers who need reliable cross-browser support for observing mutations in the Document Object Model.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Exposes the native MutationObserver API provided by the browser, or a polyfill based on mutation events. (For compatibility with IE9-10.)