We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the below error, when trying to open the database. I am using Google Chrome 22.0.1229.79.
Uncaught Error: InvalidStateError: DOM IDBDatabase Exception 11 indexed-db.js:105 save indexed-db.js:105 save.self indexed-db.js:97 init.upgrade indexed-db.js:58 init.request.onsuccess.setVrequest.onsuccess indexed-db.js:76
Resources tab displays the following, Security origin:http://localhost:42179 Name:userpref Version:
Code:
var personalizationMgr = Lawnchair({ name: 'userpref' }, function (e) { console.log('storage open'); }); personalizationMgr.save({ key: "testkey1", value: "value 1.." }, function (e) { console.log('data 1 saved...'); }); personalizationMgr.save({ key: "testkey2", value: "value 2.." }, function (e) { console.log('data 2 saved ...'); });
The text was updated successfully, but these errors were encountered:
I also have this problem. Version 22.0.1229.92
i <3 indexeddb, and want it to get the love it deserves
Sorry, something went wrong.
Having this issue true with same Chrome version. Any solution?
No branches or pull requests
Getting the below error, when trying to open the database. I am using Google Chrome 22.0.1229.79.
Uncaught Error: InvalidStateError: DOM IDBDatabase Exception 11 indexed-db.js:105
save indexed-db.js:105
save.self indexed-db.js:97
init.upgrade indexed-db.js:58
init.request.onsuccess.setVrequest.onsuccess indexed-db.js:76
Resources tab displays the following,
Security origin:http://localhost:42179
Name:userpref
Version:
Code:
The text was updated successfully, but these errors were encountered: