- From: Dave Methvin <notifications@github.com>
- Date: Fri, 06 Apr 2018 15:16:24 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 April 2018 15:17:30 UTC
It seems like [V8AbstractEventListener.cpp](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp?q=V8AbstractEventListener::InvokeEventHandler&sq=package:chromium&l=120) saves `window.event` before invoking the listener and then always restores it to the old value on exit. Any change to `window.event` that resulted from the event handler being called would be clobbered. -- 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/334#issuecomment-379285460
Received on Friday, 6 April 2018 15:17:30 UTC