We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some browsers has not support of IndexedDB. It's Ok. But I can't load this libraty without error.
Example, IE9:
Currently I'm using string-replace plugin for grunt with this options:
string-replace
grunt
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.
The text was updated successfully, but these errors were encountered:
This looks good. if you can send in a pull request, I can merge it in.
Sorry, something went wrong.
No branches or pull requests
Some browsers has not support of IndexedDB. It's Ok. But I can't load this libraty without error.
Example, IE9:
Currently I'm using
string-replace
plugin forgrunt
with this options:I think better do that in libraty.
The text was updated successfully, but these errors were encountered: