Re: [w3c/IndexedDB] Race condition registering event handlers for requests? (#233)

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