alekseykulikov/backbone-offline

Backbone.js offline not saving to local storage after fetch

Opened this issue · 1 comments

I am fetching data from the server and the collection is updated properly, but I am having problems saving the server data in localStorage. I have tried using all the methods provided by the library, but the only time it is recorded locally is when I save a new model.

In short, I just want to store all existing server data locally after fetch.

@ask11 can you please let me know if this is something that should be happening as part of your solution i.e. fetched data stored locally?