Re: [w3c/IndexedDB] Add IDBTransaction commit() method (#242)

The spec currently states (under 2.7.1):
> That is, either all of the changes must be written, or if an error occurs, such as a disk write error, the implementation must not write any of the changes to the database.

This would seem to indicate that we'd need to actually flush to disk?

-- 
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/pull/242#issuecomment-428382541

Received on Tuesday, 9 October 2018 23:04:16 UTC