You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I call batchAdd to add 10000 items and refresh browser when batchAdd haven’t completed. batchAdd process is interrupted. Then I find I can't operation the database any more. Such as deleteDatabase and openDatabase have no response.
But firefox 22.0 works fine.
I don‘t know if my code is correct or it is bug in jquery-indexeddb. Is there any way to fix this issue? thanks.
The text was updated successfully, but these errors were encountered:
In additional, it works fine after I manually delete the folder C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\User Data\Default\IndexedDB\http_localhost_8080.indexeddb.leveldb
Browser: 27.0.1453.116
Code:
I call batchAdd to add 10000 items and refresh browser when batchAdd haven’t completed. batchAdd process is interrupted. Then I find I can't operation the database any more. Such as deleteDatabase and openDatabase have no response.
But firefox 22.0 works fine.
I don‘t know if my code is correct or it is bug in jquery-indexeddb. Is there any way to fix this issue? thanks.
The text was updated successfully, but these errors were encountered: