local storage - How to increase localStorage limit in node-webkit? -


i'm using localstorage keep local database within node-webkit based app , getting error:

error: quotaexceedederror: dom exception 22 

while attempting create new records. how increase localstorage quota within node-webkit? preferably unlimited value (or failing that, @ all).

the limit removed commit: https://github.com/zcbenz/chromium/commit/e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -