jquery-indexeddb icon indicating copy to clipboard operation
jquery-indexeddb copied to clipboard

Unit tests hang and multiple failures on Safari iOS8

Open ls-jamie-hill opened this issue 11 years ago • 3 comments

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

ls-jamie-hill avatar Sep 19 '14 00:09 ls-jamie-hill

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.

axemclion avatar Sep 19 '14 04:09 axemclion

Yeh, with or without the shim. Both fail.

ls-jamie-hill avatar Sep 19 '14 04:09 ls-jamie-hill

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

jquery-indexeddb, is not at fault here :)

KingRial avatar Sep 23 '14 15:09 KingRial