Re: [IndexedDB] Reason for aborting transactions

Hm, Jeremy is right, If you want to look just at the transaction and
see why it aborted you can't rely on errorCode. Ick.

The only thing I'd change then is the abortMessage property. It's
easier to tell why your transaction aborted with the error code, and
I'd hate people doing string comparisons instead of checking the error
code. And what about localization?

-Ben

Received on Thursday, 10 February 2011 01:18:10 UTC