Question

I'm using localStorage to keep a local database within a node-webkit based app and am getting the error:

Error: QuotaExceededError: DOM Exception 22

While attempting to create new records. How do you increase the localStorage quota within node-webkit? Preferably to an unlimited value (or failing that, at all).

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top