Re: [w3c/IndexedDB] Durable database writes (#99)

For reference, Chrome does not fire `complete` until the transaction has flushed to disk. This happens in a different process from the page so does not block any event loops.

-- 
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/99#issuecomment-255155833

Received on Thursday, 20 October 2016 16:24:21 UTC