Open skygragon opened 8 years ago
Should use the IDBKeyRange from the shim
Dexie.dependencies.indexedDB = window.shimIndexedDB;
Dexie.dependencies.IDBKeyRange = window.shimIndexedDB.modules.IDBKeyRange;
Thanks! Sorry for my late reply. While I'm afraid I don't have more time recently, will tryout later and let you know the result~
Here is the bt...
I'm using following code, not sure what I missed?