- From: Marius Gundersen <notifications@github.com>
- Date: Sun, 04 Dec 2016 14:48:22 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Sunday, 4 December 2016 22:49:28 UTC
AFAICT there is no way to ensure data has been added to the database during the update from one version to the next, since the update event is sync, not async. And this means there is also no way to do schema updates of existing data in the database (ie, get all entries, change them, and put them back again. Any chance this could be added? -- 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
Received on Sunday, 4 December 2016 22:49:28 UTC