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

For performance reasons, we (Chrome) are considering making the flush optional. Example:

```js
db.transaction(scope, "readwrite", {flush: false});
```

(Having the default be truthy is annoying, but there's no good antonym. Suggestions?)

Thoughts?

-- 
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-502300066

Received on Friday, 14 June 2019 22:31:34 UTC