-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Safari 14 fix breaks fake-indexeddb (heads up) #1397
Comments
Or possibly not: jakearchibald/safari-14-idb-fix#9 🤦 |
Thanks 🙏 I will need to update the devdep before building then |
Upstream doesn’t want to merge PR, so the navigator check will need to be moved up to dexie. |
I released 3.2.0-rc.2 now with avoiding the fix if typeof navigator === 'undefined'. If you have a chance to test it, please let me know. |
Yep, working now. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing some stuff with fakeindexeddb and found it crashed with the new 3.2.0 release candidate. The problem isn't in Dexie, but I'd recommend not releasing the 3.2.0 final until jakearchibald/safari-14-idb-fix#10 merges!
The text was updated successfully, but these errors were encountered: