- From: spanicker <notifications@github.com>
- Date: Thu, 26 Apr 2018 16:08:22 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 April 2018 23:08:44 UTC
It has been suggested that commit() is a good fit for IDB transactions in "end-of-life" eg. when the page is freezing (per [Web Lifecycle](https://github.com/WICG/web-lifecycle)) or unloading (user navigates away). In these cases oncomplete and onabort will not fire. If the transaction fails it would be useful to surface this to the app, on next IDB access. How should such failures be surfaced to the app (in onresume or new load)? @inexorabletash @philipwalton -- 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/237
Received on Thursday, 26 April 2018 23:08:44 UTC