- From: triple-underscore <notifications@github.com>
- Date: Fri, 24 Jan 2020 22:19:32 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 25 January 2020 06:19:34 UTC
Which should have been added in the recent commit
https://github.com/w3c/IndexedDB/commit/1a519e7f0a12de4acffc641d3254c1c2d34d380a
probably, to be the following form:
```
interface IDBTransaction : EventTarget {...
readonly attribute IDBTransactionDurability durability;
...}
```
--
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/316
Received on Saturday, 25 January 2020 06:19:34 UTC