- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 11 Apr 2016 02:07:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 11 April 2016 09:07:52 UTC
In Blink it's a separate internal slot, and used in two places: https://chromium.googlesource.com/chromium/src/+/aede1d0909b3f905c74c769e610b903015f50569/third_party/WebKit/Source/core/events/EventDispatcher.cpp#179 https://chromium.googlesource.com/chromium/src/+/4e4da03f08faa602998125895ac4b884c60be001/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.cpp#36 @inexorabletash, any idea why there's special event dispatch code for IndexDB? If we end up having to specify something by the name `cancelBubble` it would be strange if it affected things outside the bubbling phase, but it might be worth measuring how often `cancelBubble` is actually set to true. @RByers, could you do a quick httparchive query to see how it's usually used to see if that's even worth investigating? --- 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/issues/211#issuecomment-208242346
Received on Monday, 11 April 2016 09:07:52 UTC