Top "Local-storage" questions

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

Get HTML5 localStorage keys

I'm just wondering how to get all key values in localStorage. I have tried to retrieve the values with a …

javascript html key local-storage
QuotaExceededError: Dom exception 22: An attempt was made to add something to storage that exceeded the quota

Using LocalStorage on iPhone with iOS 7 throws this error. I've been looking around for a resolvant, but considering I'm not …

javascript iphone html local-storage
Android webview & localStorage

I have a problem with a webview which may access to the localStorage by an HTML5 app. The test.html …

android html webview local-storage
How do I download and save a file locally on iOS using objective C?

I'm new to Objective-C and I want to download a file from the web (if it was changed on the …

objective-c ios download wget local-storage
Angular 6: saving data to local storage

I have a data table which display data from external API, I want the number of items /element on the …

angular html typescript local-storage
Viewing local storage contents on IE

How can I view the contents of HTML5 local storage in IE? Chrome and FireFox provide a way through their …

html internet-explorer local-storage
Push JSON Objects to array in localStorage

I have a function in Javascript: var a = []; function SaveDataToLocalStorage(data) { var receiveddata = JSON.stringify(data); a.push(receiveddata); alert(…

javascript json object local-storage
Chrome extension: accessing localStorage in content script

I have an options page where the user can define certain options and it saves it in localStorage: options.html …

google-chrome-extension local-storage content-script
Setting and getting localStorage with jQuery

I am trying out localStorage and attempting at getting text from a div and storing it in localStorage, however, it …

javascript jquery local-storage
Can local storage ever be considered secure?

I'm required to develop a web application that will function offline for long periods. In order for this to be …

html security local-storage html5-appcache