- From: Joshua Bell <notifications@github.com>
- Date: Wed, 21 Mar 2018 15:52:40 +0000 (UTC)
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 March 2018 15:53:06 UTC
That assumption is incorrect. The steps to [asynchronously execute a request](https://w3c.github.io/IndexedDB/#asynchronously-execute-a-request) define the behavior. When a result is ready, a task is queued to update the request and fire the event. Event handlers registered in a previous task will be invoked. Event handlers registered later will not. -- 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/233#issuecomment-374989165
Received on Wednesday, 21 March 2018 15:53:06 UTC