Re: [whatwg/dom] Clarification on construction and creation of events (#372)

Also, if I want to have cancelable as true, do I need to have that as an override on `FooBarEventInitDict`? Like:

```
dictionary FooBarEventInitDict : EventInit {
    bool cancelable = true;
};
 ```

-- 
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/372#issuecomment-259585966

Received on Thursday, 10 November 2016 02:30:28 UTC