axemclion / jquery-indexeddb

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

Object Store create doesn't work in IE 10 / 11 #65

Closed stimg closed 9 years ago

stimg commented 10 years ago

Doesn't work in IE 10 / 11, fails at object store creation operation. Tests at http://nparashuram.com/jquery-indexeddb/test/index.html fails in IE on this operation as well.

axemclion commented 10 years ago

@stimg Seems to work for me. Can you try running again. What error do you get?

stimg commented 10 years ago

There is no error message. Tests just hang on test No 9 and nothing happens. The same behavior in my application. Tested on three different machines with IE 10 and IE 11.

stimg commented 9 years ago

In the last version of IE (Ver. 11.0.9600.17278) all tests are passed.