- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 21 Oct 2016 06:29:41 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 21 October 2016 13:30:36 UTC
The problem with inheritance is that we have Event (EventInit dict) > MessageEvent (MessageEventInit dict) and on the other side we have Event (EventInit dict) > ExtendableEvent (ExtendableEventInit dict) > ExtendableMessageEvent (ExtendableMessageEventInit dict). I don't really see how to make that work. (If inheritance worked for dictionaries here it would also work for the interface side of things, no?) -- 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/195#issuecomment-255376922
Received on Friday, 21 October 2016 13:30:36 UTC