- From: Marius Gundersen <notifications@github.com>
- Date: Mon, 05 Dec 2016 09:45:21 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 5 December 2016 17:45:57 UTC
Ok, didn't realize that it would wait for the transaction to complete. I should say that I'm using the idb wrapper, which uses promises instead of the events, so I don't have the deepest of knowledge about indexeddb. One problem I've had is that if the promise rejects the upgrade still goes through. But maybe the promise rejection handler could abort the transaction? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/126#issuecomment-264923217
Received on Monday, 5 December 2016 17:45:57 UTC