When using IndexedDB, can I use one transaction to delete old data while another transaction to add new data?
I implement some logging library for Chrome that when my webapp codes call console.log(message)
, I also write the message data into IndexedDB store, something like