Top "Local-storage" questions

LocalStorage is a way to store persistent data using JavaScript (see also: SessionStorage).

Conceptual problems with IndexedDB (relationships etc.)

I'm writing a thesis about offline abilities of web applications. My task is to show the possibilities of offline storage …

javascript html local-storage web-sql indexeddb
Laravel: Offline Mode?

I want to make my web app (which is built with laravel) work offline...but I cant found out how …

php laravel local-storage offline offline-caching
Firebase refresh-token expiration

While testing the security of one of our product, a web application, using the REST API of Firebase we got …

firebase local-storage token refresh-token
Store browser tab specific data

I have a web application that store information about recently visited pages, let's call them A. When a user visits …

javascript jquery django local-storage browser-tab
Different types of browser storage

From this slideshow http://slides.html5rocks.com/#slide8 and from Chrome: View > Developer > Developer Tools > Storage …

cookies html local-storage session-storage
Can I use CouchDB mobile as a replacement for localStorage?

I have an existing web app that runs offline (using HTML5 cache manifest). I am storing data in localStorage. I …

couchdb local-storage offlineapps pouchdb
How to sync chrome extension options

I've made a Chrome extension with an options page. The data is saved in localstorage and works just fine. Chrome …

javascript google-chrome-extension sync local-storage
HTML5 LocalStorage: How Much Space Do I Have Left?

Any idea how to check the remaining storage space in an HTML5 localstorage data store?

javascript html local-storage space
Difference between ngStorage and $window.localStorage

What is the difference between ngStorage and $window.localStorage? When is it better to use one instead that the other? …

javascript angularjs local-storage angular-directive ng-storage
How to check if a variable is set on chrome storage

I have a little snippet working with LocalStorage but I cannot make it work on Chrome Storage scheme yet. When …

javascript google-chrome-extension local-storage chrome-web-store google-chrome-storage