6 ms·
Lawnchair (http://brianleroux.github.com/lawnchair/ http://brianleroux.github.com/lawnchair/) is similar to this, but you have to pick an adapter (see http://gi
by kenpratt 16y ago
Lawnchair (http://brianleroux.github.com/lawnchair/ http://brianleroux.github.com/lawnchair/) is similar to this, but you have to pick an adapter (see http://github.com/brianleroux/lawnchair http://github.com/brianleroux/lawnchair for browser list).
- mblakele 16y agoIn the past I have used PersistJS (http://pablotron.org/?cid=1557 http://pablotron.org/?cid=1557) for this. Are there reasons to prefer one or the other of these libraries?
- marcuswestin 16y agoPersistJS is 12kb minified. store.js is 4kb unminified PersistJS falls back on flash and cookies, which is bad (flash slows down browser during page loading, cookies fatten your network requests). Store.js uses localStorage, globalStorage and IE behaviors which do not have those negative side effects.