Re: [w3c/IndexedDB] Define flush-to-disk guarantees and control (#50)

For performance reasons, we (Chrome) are considering making the flush optional. Example:
```js
db.transaction(scope, "readwrite", {preventFlush: true});
```




-- 
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/50#issuecomment-502306332

Received on Friday, 14 June 2019 23:06:43 UTC