Top "Local-storage" questions

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

localStorage not working in Edge?

I am currently working on a some JS. It works fine in every browser apart from Microsoft Edge. The issue …

javascript local-storage microsoft-edge
Adding Items to and Querying the iOS Keychain with Swift

I'm having trouble converting all of the Objective C code samples that are available for adding data and querying data …

ios swift local-storage keychain
Mobile Safari 5mb HTML5 application cache limit?

It's becoming evident in my testing that there's a 5mb size limit on Mobile Safari's implementation of HTML5's application …

html local-storage mobile-safari application-cache
window.localStorage vs chrome.storage.local

I'm developing a Chrome extension and I need to store some data and then get it in some point. I …

javascript google-chrome-extension local-storage google-chrome-storage
Where does Firefox store javascript/HTML localStorage?

I have made an advanced functional prototype of a simple web application, and delays have pushed this into the position …

javascript html firefox local-storage web-storage
React - “localStorage is not defined” error showing

I am trying to make my website SEO friendly with meta tags. I am implementing server-side rendering in my application. …

reactjs local-storage meta-tags server-side-rendering
Protractor - empty local storage

I'm using Protractor (with Jasmine) to test my AngulaJs application. As result of some of my action I get some …

local-storage protractor
How/Where to store data in a Chrome Tampermonkey script?

I wrote one Greasemonkey/Tampermonkey script for Facebook . I needed to store data to retrieve it later. For that I …

javascript google-chrome local-storage greasemonkey tampermonkey
"DataCloneError: The object could not be cloned." in FireFox 34

Using given function to post message, but getting error "DataCloneError: The object could not be cloned." at Line "target['postMessage'](…

javascript local-storage mozilla postmessage
How can I serialize a function in JavaScript?

For example, say I have a function defined as follows: function foo() { return "Hello, serialized world!"; } I want to be …

javascript html serialization local-storage