googlearchive / observe-js

A library for observing Arrays, Objects and PathValues
1.35k stars 116 forks source link

About delivery of changes #131

Open mbana opened 8 years ago

mbana commented 8 years ago

I do think most people are using Chrome 50+, so pls put this right at the top. Or at least, in the examples include the call to:

someObj.someProp = someVal
Platform.performMicrotaskCheckpoint()

saves a lot of time...