Re: [w3c/IndexedDB] Clarify that `IDBTransaction.onerror` fires when errors bubble up from requests (#353)

This question comes up a lot. 

https://w3c.github.io/IndexedDB/#dom-idbtransaction-onerror says:

> To determine if a transaction has completed successfully, listen to the transaction's complete event rather than the success event of a particular request, because the transaction can still fail after the success event fires.

...but this could be extended with more details..

-- 
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/353#issuecomment-847349385

Received on Monday, 24 May 2021 21:30:41 UTC