There is no out of the box solution for can.js. You should implement it via localStorage or other persistent browser storage technology. For my app I'm working on implementation of storing data on client in IndexedDB. Before this I made some plugin that modified $.Model class to get and save from/to localStorage via standart find/save methods.
↧