You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I've been working on a v0.7.0 in the background because we needed some changes made here at work too. I'll try to submit it as a pull request for review soon.
I'm getting this error in IE11 and Firefox 45.0.1 when trying this demo code:
var store = new Lawnchair({table:'pda'}, function(obj) {
console.log(obj);
});
store.save({key:'config', company:'A Company'});
I'm including indexed-db adapter. it only happens when you save !
ERROR:
ReferenceError: webkitIDBTransaction is not defined
indexed-db.js:71:14
The text was updated successfully, but these errors were encountered: