Skip to content
New issue

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

ReferenceError: webkitIDBTransaction is not defined #224

Open
lperry65 opened this issue Apr 4, 2016 · 1 comment
Open

ReferenceError: webkitIDBTransaction is not defined #224

lperry65 opened this issue Apr 4, 2016 · 1 comment

Comments

@lperry65
Copy link

lperry65 commented Apr 4, 2016

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

@MarkMYoung
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants