- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 09 Nov 2016 18:29:49 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 10 November 2016 02:30:28 UTC
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