Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

ambit-tsai's profile
ambit-tsai
46 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ambit-tsai

ambit-tsai/es6-proxy-polyfill

ES6 Proxy polyfill, supports IE8+, Node.js, etc.

JavaScript
58
22
Apache License 2.0

The **es6‑proxy‑polyfill** library implements a subset of the ES6 `Proxy` API for environments that lack native support, such as IE6‑8 and older Node.js versions. It provides the core traps (`get`, `set`, `apply`, `construct`) plus `Proxy.revocable`, enabling developers to write proxy‑based code that runs in legacy browsers and legacy Node environments.