- From: Joshua Bell <notifications@github.com>
- Date: Sat, 28 Oct 2017 12:43:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 28 October 2017 19:44:18 UTC
It's already there:
```js
element.addEventListener('click', e => { ... }, {once: true});
```
https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions
--
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/524#issuecomment-340215146
Received on Saturday, 28 October 2017 19:44:18 UTC