Re: [whatwg/dom] Element.prototype.once for event listeners (#524)

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