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

xeaone/obsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Obsr - A small powerful observable objects arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published