- From: Joshua Bell <notifications@github.com>
- Date: Wed, 07 Oct 2015 11:33:39 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Wednesday, 7 October 2015 18:34:09 UTC
Two cases; * abort a transaction if it hasn't been able to start before the timeout (e.g. other transactions are holding the lock) * abort a transaction if it hasn't attempted to commit before the timeout (i.e. this transaction is too busy) Chrome does the second automagically in the case of a hung renderer. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/43
Received on Wednesday, 7 October 2015 18:34:09 UTC