[IndexedDB] Define flush-to-disk guarantees and control (#50)

Define flushing guarantees and expose control
e.g. make transactions not flush-to-disk by default, but introduce a "readwriteflush" mode or {flush: true} option

Currently, FF does not flush (but wants an option), Chrome always flushes.


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/50

Received on Wednesday, 7 October 2015 18:52:30 UTC