-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Some browsers has not support of IndexedDB. It's Ok. But I can't load this libraty without error.
Currently I'm using string-replace
plugin for grunt
with this options:
ie8IndexedDB: {
options: {
replacements: [{
pattern: '(',
replacement: '(window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB) && ('
}]
},
files: {"lib/jquery-indexeddb/jquery.indexeddb.js.ie8": "lib/jquery-indexeddb/jquery.indexeddb.js"}
},
I think better do that in libraty.
Metadata
Metadata
Assignees
Labels
No labels