- From: Joshua Bell <notifications@github.com>
- Date: Tue, 10 Apr 2018 19:49:11 +0000 (UTC)
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 April 2018 19:49:34 UTC
The big use case for this is performance: * general throughput - waiting for all of the success events to round-trip before committing (even if they are no-ops) can be a bottleneck * fire-and-forget - during shutdown/navigation/suspension it is desirable to attempt to persist data without requiring additional round-trips and stalling such a process -- 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/234#issuecomment-380224942
Received on Tuesday, 10 April 2018 19:49:34 UTC