- From: Mike Taylor <notifications@github.com>
- Date: Wed, 17 May 2017 14:00:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 May 2017 21:01:24 UTC
> when explicitly leaking the event object outside the shadow tree it's reasonable for things to leak. The problem is that if you just call a global function from the event listener even though it doesn't have access to the event normally, it will have access to window.event, which is a problem of sorts. @annevk so far my tests show that nothing leaking from the shadow tree (which maybe isn't obvious given the way I wrote them), in both instances `event.target` and `window.event` point to the light dom wrapper node (or whatever the right term is). -- 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-302230358
Received on Wednesday, 17 May 2017 21:01:24 UTC