Re: [w3c/IndexedDB] Integrate with window.onerror (#49)

Yes, this captures the behavior in FF.
Besides, the ordering is IDBRequest -> IDBTransaction -> IDBDatabase -> window global or worker global and the transaction abortion will be prevented if preventDefault() on the error event is called.

---
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/49#issuecomment-237164243

Received on Wednesday, 3 August 2016 07:41:19 UTC