Problem: You need to store a large amount of key-value based data in IE, Chrome, Safari, AND Firefox
530
stars
48
forks
source link
how to manage page reloads for accessing largelocalstorage instance? Not able to get storage instance after reloading page. #6
Open
Shuaiba opened 9 years ago
+1, but I think it's not possible if the library accesses more than one storage and one of them has a volatile storage engine. But I'll try the
FileSystem API
which seems to be not widely available on modern browsers. But here's a tutorial blog post for at least Chrome: http://www.noupe.com/design/html5-filesystem-api-create-files-store-locally-using-javascript-webkit.html