Skip to content

alessioscalici/js-furtive-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-furtive-watch

(work in progress)

A watch library for Javascript. It allows to listen to:

  • Object property changes
  • Method calls
  • Array elements properties change

The observed objects are modified minimally, allowing a transparent use (properties and methods are preserved). At the moments it has browser support only.

Requires ECMAscript 5 support (Object.defineProperty, Object.keys, Object.prototype.isPropertyEnumerable)

it's still in progress, use it at your own risk

About

A lightweight, efficient Javascript watch library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published