Re: [heycam/webidl] Need pattern for feature detecting dictionary members (#107)

Can you say why that's better than one of

```js
window.EventListenerOptions = new Set("foo", "bar");
window.EventListenerOptions = ["foo", "bar"];
```

?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/107#issuecomment-207625112

Received on Friday, 8 April 2016 22:06:49 UTC