tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.55k stars 13.79k forks source link

Knockout: Persistence Delay #1421

Open passy opened 8 years ago

passy commented 8 years ago

I hope this isn't a duplicate.

If you refresh the page quickly after making a change in the Knockout example, the changes are lost. I haven't looked at the code, but it seems like the data is persisted at intervals or something. This is causing CI to (rightfully) fail: https://travis-ci.org/tastejs/todomvc/builds/74123443

arthurvr commented 8 years ago

I am able to confirm this, thanks for the report @passy. Note that this is also present in the requirejs+knockout example.

samccone commented 8 years ago

:+1: good catch @passy