1.0.3 • Published 7 years ago

obsr v1.0.3

Weekly downloads
3
License
MPL-2.0
Repository
github
Last release
7 years ago

Obsr

Obsr - A small powerful observable objects arrays

Overview

Obsr notifies any change to primitive types including collections such as objects and arrays. This library uses getters and setters to notify the callback of changes. There are two methods that are included on observed objects and arrays (even nested) that notify the callback of any deletions or additions.

Support

All major browsers that support ES5 including IE9.

Install

npm install obsr --save

Examples

Please see the test directory for now.