Re: [w3c/IndexedDB] Proposal: Add "writeonly" transaction mode (#234)

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