Skip to content

ReferenceError: webkitIDBTransaction is not defined #224

Description

@lperry65

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions