Safari native indeedDB support.
- This version contains workaround for Safari's native indexedDB. Note however, that a transaction must not include multiple stores since Safari has that limitation. But if you keep querying one object store at a time, it will work with native Safari.
Alternate Safari support using indexedDBShim:
- For those prefering indexedDBShim, the shim became unfunctional since Safari released its native support. Latest version of indexedDBShim uses a workaround for that that this version of Dexie should be compatible with (untested).