Top "Local-storage" questions

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

How can I request an increase to the HTML5 localstorage size on iPad, like the FT web app does?

If you open http://app.ft.com (the Financial Times mobile web app), you are prompted to add the app …

javascript ios html mobile-website local-storage
localStorage getItem logs[object Object]

I am trying to set and get items from local storage but when i log the data i get [object …

jquery object local-storage console.log
Error in local storage - NS_ERROR_FILE_CORRUPTED - firefox

I've been working in a web application and I'm using local storage. But for some Firefox users I notice that …

javascript jquery firefox local-storage
How to get the localStorage with Python and Selenium WebDriver

What's the equivalent of: driver.get_cookies() to get the LocalStorage instead of Сookies?

python selenium selenium-webdriver local-storage selenium-chromedriver
How to merge two array of objects with reactjs?

I have a react-big-calendar, I want to fetch the events of this week from the backend and the other weeks …

javascript arrays reactjs local-storage react-big-calendar
JavaScript memory and HTML5 LocalStorage limitations on smartphones

I'm going to develop web application which should work on mobile devices (smartphones). In the application the operator will input …

javascript html mobile local-storage smartphone
Speed/cost of localStorage

How fast is looking up a value in localStorage with Javascript? Does anyone have links to any performance tests that …

javascript html local-storage
sessionStorage is gone when browser is refreshed - Javascript

I am trying to keep some data in sessionStorage, but if I refresh the page or leave from a link …

javascript angularjs local-storage session-storage
HTML5 enabled browser for Windows Mobile 6

I did some research on Google but I couldn't find any HTML5 browser for Windows Mobile 6. The main resource I'm …

windows-mobile html local-storage mobile-webkit
Web Storage (sessionStorage and localStorage) in private browsing mode (incognito)

BACKGROUND The HTML5 Web Storage feature in modern browsers is accessed through Javascript commands such as: sessionStorage.setItem("username", "John"); …

javascript html local-storage session-storage web-storage