Delete method is not working for Indexed DB HTML5… It returns success but the record is not deleted
问题 Another problem that I am getting with Indexed DB for HTML5, using Desktop Chrome, is that I can not delete a record from an object store. The onsuccess event is triggered but the record is still there... My ID is a time stamp just because I wanted to achieve a working app faster. I hardcoded it but it still does not work. It is really strange because the onsuccess event is triggered... The part of the code that "does it" is the following: try { if (localDatabase != null && localDatabase.db !