- From: Kyaw Tun <kyawtun@yathit.com>
- Date: Sun, 18 Nov 2012 23:29:40 +0800
- To: public-webapps@w3.org
Received on Sunday, 18 November 2012 15:30:07 UTC
Transaction is active as long as I send request from the IDBRequest callback. Is there any other way to prevent committing? If there any way to detect transaction active flag? I expect IDBTransaction.oncomplete callback can be used to flag inactive state, but it is not according to my few test. Transaction is already inactive and cannot be use even before receiving oncomplete callback.
Received on Sunday, 18 November 2012 15:30:07 UTC