-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
Weird Safari #271
Comments
Any update on this? |
I am working as I can on getting IndexedDBShim to pass a number of tests in its core functionality before testing browser specific bugs for an anticipated 3.0.0 release. You are welcome to try the code in
|
Ok, in now finally being able to pay a little attention to browser-specific issues... In I will close as that should answer your question, but feel free and comment further or reopen if there is something else. |
Btw, you may want to watch #277 (to which I intend to add a comment shortly) as it is of concern for iOS9 (and non-Chrome Android). |
Hi
I am using the shim and Dexie (https://github.com/dfahlander/Dexie.js) and having an issue with mobile Safari (ios 9.3.5), and have implemented the following code as suggested (on Dexie site):
When forcing use of the shim (using
__useShim
), the objectshimIndexedDB
is created as expected butshimIndexedDB.modules.IDBKeyRange
remains undefined (alsowindow.shimIndexedDB.modules.IDBKeyRange
andself.shimIndexedDB.modules.IDBKeyRange
are also undefined).On other platforms, no issues.
Anybody have any suggestions about how I can try and resolve this or where I can find
IDBKeyRange
?Thanks
Neville
The text was updated successfully, but these errors were encountered: