Re: [w3c/IndexedDB] Add support for async update or another way to prepopulate the databade (#126)

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