axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

Unit tests hang and multiple failures on Safari iOS8 #66

Open ls-jamie-hill opened 9 years ago

ls-jamie-hill commented 9 years ago

iOS8 Safari includes indexedDB, but this library does not work with it. When I run the tests it fails on test 3 (DB with upgrade definition) due to 'Could not open database' and hangs on test 9 (Object Store: Object Store - create object store).

axemclion commented 9 years ago

Does this happen when you use this without the shim? I will take a look at this independent of the shim to see what the error is.

ls-jamie-hill commented 9 years ago

Yeh, with or without the shim. Both fail.

KingRial commented 9 years ago

Be aware, safari iOS8 has a serious bug: https://bugs.webkit.org/show_bug.cgi?id=136937

jquery-indexeddb, is not at fault here :)