Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.21 KB

Observability and Interceptability, Objects and Arrays.

Observer v1

Observer is an API for intercepting and observing JavaScript objects and arrays.

Replace Static with Dynamic

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.

Documentation

Issues

To report bugs or request features, please submit an issue.

License

MIT.