[w3c/IndexedDB] Asynchronously executing a request should queue a task to fire events (#83)

As far as I understand, the steps to [asynchronously execute a request](https://w3c.github.io/IndexedDB/#request-steps-for-asynchronously-executing-a-request) run outside of the event loop from where the request was created. Given that fact, how can steps 8 and 9 respectively fire an error event and fire a success event?

---
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/83

Received on Thursday, 21 July 2016 12:25:31 UTC