After having added an object to a store, that object should be able to retrieve without having to wait for onsuccess. This is according to the idb spec if using the same transaction. With this polyfill, that does not work because the indexes arent added until onsuccess of the add() or put () operation has been fired.
After having added an object to a store, that object should be able to retrieve without having to wait for onsuccess. This is according to the idb spec if using the same transaction. With this polyfill, that does not work because the indexes arent added until onsuccess of the add() or put () operation has been fired.