github dexie/Dexie.js v1.0.3
Dexie v1.0.3

latest releases: v4.0.0-alpha.4, v3.0.4, v4.0.0-alpha.3...
9 years ago

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).

Don't miss a new Dexie.js release

NewReleases is sending notifications on new releases.