Re: [whatwg/dom] Add legacyOutputDidListenersThrowFlag to event dispatch for IDB (#409)

Re: _I'll need to test in implementations._

Gecko behaves per the [spec PR](https://github.com/w3c/IndexedDB/pull/149), looking at the flag after dispatch is complete. Blink looks at the flag after each handler is called, and only on the handlers on the request (not the "parent" for cases with propagation). I'll fix Blink to align with Gecko and the [spec PR](https://github.com/w3c/IndexedDB/pull/149).



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/409#issuecomment-284024426

Received on Friday, 3 March 2017 17:58:06 UTC