Re: [whatwg/dom] [Proposal] Add EventTarget.getEventListeners() (#412)

> It is an important security property that nobody without a reference to my listener function can remove my listeners.

To be clear, it is not a security property, because on the web our threat model is not meant to defend against malicious code running on the same page. It is purely a developer-reasoning-about-code property.

-- 
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/412#issuecomment-280706695

Received on Friday, 17 February 2017 17:08:36 UTC