Observability and Interceptability, Objects and Arrays.
Observer is an API for intercepting and observing JavaScript objects and arrays.
Observer is designed as a drop-in replacement for the
It is designed for general-purpose event-based architectures (from UI data-binding to debugging, and everything in between). It draws its inspiration from Object.observe() and JavaScript's other reflection APIs like Reflect, and features better object interceptability than what's possible with property setters and getters.
Check this project out on GitHub.
To report bugs or request features, please submit an issue.
MIT.