Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Caching and offline storage for models?

$
0
0
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.

Viewing all articles
Browse latest Browse all 3491

Trending Articles