Top "Local-storage" questions

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

json.stringify does not process object methods

I am trying to develop an offline HTML5 application that should work in most modern browsers (Chrome, Firefox, IE 9+, Safari, …

javascript json local-storage
Angular 2/4 where to store token

I have a rest api for generating token, which i'm using in angular 4 client side, but the question is where …

angular typescript cookies local-storage token
A method was called at an unexpected time

I'm trying to iterate all files in a directory using GetFilesAsync, but every time I call the GetResults method, it …

exception windows-8 windows-runtime local-storage winrt-async
Access web storage from server side - possible?

I've stored some strings in web storage (session and/or local), and am wondering if it is possible to check …

c# asp.net local-storage web-storage sessionstorage
How to set localstorage item back to null.

I'm using a system to alert users when a major update has happened to a site, and I do it …

javascript html null local-storage
Android - Making Webview DomStorage persistant after app closed

I'm facing a huge problem developing an Android app which use a Webview to display datas. The website i'm using …

android webview local-storage persistent
Best way to store small UI user preferences in web app?

I have a web app I'm developing and quite like the idea that if the user makes changes to the …

javascript jquery web-applications cookies local-storage
Saving a model in local storage

I'm using Jerome's localStorage adapter with Backbone and it works great for collections. But, now I have a single model …

javascript backbone.js local-storage backbone-local-storage
Uncaught TypeError: Cannot read property 'local' of undefined in chrome extension

I have written a Chrome extension. I cannot use localStorage.setItem and localStorage.getItem for storing and retrieving because background …

javascript google-chrome-extension local-storage google-chrome-storage
iOS 'Web App' has different localStorage than Mobile Safari

I have a webapp for iPad with the meta tag: <meta name="apple-mobile-web-app-capable" content="yes"> When I open …

ios web-applications local-storage fullscreen iphone-standalone-web-app