jquery-indexeddb icon indicating copy to clipboard operation
jquery-indexeddb copied to clipboard

add support for ranges in objectStore.count/index.count. Fix Issue #53

Open msmuenchen opened this issue 11 years ago • 1 comments

This PR fixes issue #53 by adding support for ranges in the count methods of objectStores and indexes. Code originally by @whodies.

msmuenchen avatar Oct 31 '13 18:10 msmuenchen

The fix I suggested seems to cause problems with polyfill.

whodies avatar Oct 31 '13 18:10 whodies