jquery-indexeddb
jquery-indexeddb copied to clipboard
An IndexedDB Plugin for Jquery.
We are opening the connection on _$.indexedDB(INDEXEDDB_DATABASENAME)_ but we are not closing it after operation is successfully completed or we do not have method exposed to close connection. Connection is...
https://github.com/axemclion/jquery-indexeddb/issues/69#issuecomment-182910407
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...
iOS8 Safari includes indexedDB, but this library does not work with it. When I run the tests it fails on test 3 (DB with upgrade definition) due to 'Could not...
This function will be called whenever a Deferred is ending in "fail". Related to suggestion #54.
alpha version with a lot of bugs :)
This PR fixes issue #53 by adding support for ranges in the count methods of objectStores and indexes. Code originally by @whodies.
The promise interfaces generate errors. interface JQueryIDBPromise extends JQueryPromise Error 1 Interface 'JQueryIDBPromise' cannot extend interface 'JQueryPromise': Types of property 'done' of types 'JQueryIDBPromise' and 'JQueryPromise' are incompatible: Call signatures...
Hello Team, I using IndexedDBShim.min.js and jquery.indexeddb.js in project for storing client data on local storage . The add and show data is working fine but I am unable to...