mbest / knockout-deferred-updates

Deferred Updates plugin for Knockout <=3.3.0
http://mbest.github.io/knockout-deferred-updates/
134 stars 23 forks source link

test recursive deferred update of computed #3

Closed mbest closed 12 years ago

mbest commented 12 years ago

Test what happens if a computed observable causes an update to itself recursively.

mbest commented 12 years ago

Decided to test a different recursive scenario where two computed are dependent on each other. An update to one causes an update to other, and back and forth, forever. Strangely, Chrome didn't report an error although execution did not continue past the update. The infinite recursion was caused by the dirty notifications.