as3webstorage is ActionScript wrapper utility that can easily use HTML5 Web Storage with Flash/Flex.
-
Updated
Apr 6, 2011 - JavaScript
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
as3webstorage is ActionScript wrapper utility that can easily use HTML5 Web Storage with Flash/Flex.
An ExtJS ux to work with localStorage and sessionStorage. It's not a polyfill, it's just a wrapper for some common tasks.
Client-side caching with JavaScript, HTML5 and shitty browser friendly.
This is an example of how to create a drag-and-drop to-do list using HTML5's Local Storage.
Leave tracker using Yeoman and AngularJS
An elementary demonstration of how local storage works in HTML5.
Simple client side time tracker
Basic localStorage implementation for Internet Explorer HTML Applications (HTA)
Asynchronous browser storage with multiple back-ends (IndexedDB, WebSQL, localStorage)
jCached Javascript Client Caching
LocalStorage history for language playgrounds.
A tiny API wrapper for localStorage
chrome-localStorage-shim provides a thin emulation layer to chrome.storage.local to implement window.localStorage in a packaged chrome app environment.
CRUD en Javascript utilizando localStorage de la charla sobre Javascript
a seajs plugin to cache js in localstorage
Android Daily Devotional App using Apache Cordova 5.1 - https://goo.gl/7v7Q8w
This is a simple TestScoreApp built using AngularJS