- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Mar 2018 07:59:37 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 March 2018 08:00:18 UTC
Something like ```js const eventType = Symbol(), event = new Event(eventType); eventTarget.addEventListener(eventType, ...); ``` -- 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/331#issuecomment-372578101
Received on Tuesday, 13 March 2018 08:00:18 UTC