Top "Local-storage" questions

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

Setting the value of 'dataURL' exceeded the quota

I have a JavaScript code which save string to the Local storage, the string size is 400000, var dataURL = canvas.toDataURL("…

javascript html google-chrome local-storage
Access Denied for localstorage in IE10

Yesterday I installed Windows 8 and am now trying to understand why I am getting an "Access Denied" message when accessing …

javascript local-storage access-denied internet-explorer-10
Deleting from localStorage: should I use delete or .removeItem?

I'm using localStorage in a Chrome extension. Is there any difference between delete localStorage[key] and window.localStorage.removeItem(key) …

google-chrome local-storage
Should JWT be stored in localStorage or cookie?

For the purpose of securing REST API using JWT, according to some materials (like this guide and this question), the …

security cookies local-storage jwt restful-authentication
How large is HTML5 session storage?

Although the size of localStorage has been addressed in detail and there is a online test for it, I was …

javascript html local-storage session-storage
Can you use HTML5 local storage to store a file? If not, how?

How would one go about caching / managing many large files (videos) on a user's computer via browser mechanisms (plugins are …

javascript html flash local-storage
Capturing and storing a picture taken with the Camera into a local database / PhoneGap / Cordova / iOS

I'm currently building an app for iOS using Phonegap/Cordova and jQuerymobile. The idea is to take photos with camera …

ios cordova camera local-storage phonegap-build
Limit of localstorage on iPhone?

I'm wondering what's the limit of localstorage HTML 5 on iPhone? I read that it was like 5 Mb, but I'm surprised …

iphone html local-storage
Get URL and save it | Chrome Extension

Basically on my window (when you click the icon) it should open and show the URL of the tab and …

html google-chrome google-chrome-extension local-storage
JavaScript localStorage object broken in IE11 on Windows 7

The localStorage object in Internet Explorer 11 (Windows 7 build) contains string representations of certain functions instead of native calls as you …

javascript html windows-7 local-storage internet-explorer-11