Results 1 comments of Enrique Pablo Molinari

I had to do this to have the atomic behaviour: ```javascript let tx; try { tx = db.transaction([STORE_DB, STORE_QUEUE], "readwrite"); await tx.objectStore(STORE_DB).add({ id: 511, bla: 1 }); await tx.objectStore(STORE_QUEUE).add({ queuedTime:...