diff --git a/src/adapters/indexed-db.js b/src/adapters/indexed-db.js index e0b0d842..9425fbfe 100644 --- a/src/adapters/indexed-db.js +++ b/src/adapters/indexed-db.js @@ -29,7 +29,7 @@ Lawnchair.adapter('indexed-db', (function(){ var getIDBDatabaseException = function() { return window.IDBDatabaseException || window.webkitIDBDatabaseException || window.mozIDBDatabaseException || window.oIDBDatabaseException || - window.msIDBDatabaseException; + window.msIDBDatabaseException || window.DOMException; }; var useAutoIncrement = function() { // using preliminary mozilla implementation which doesn't support