- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 21 Oct 2016 05:17:20 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 21 October 2016 12:17:53 UTC
ExtendableMessageEvent defined at https://w3c.github.io/ServiceWorker/#extendablemessage-event-section and MessageEvent defined at https://html.spec.whatwg.org/multipage/comms.html#messageevent are extremely similar. To duplicate less and consolidate fixes in a single place it would be better if they used a shared mixin. However, that would not work for initializing them as the dictionaries would still need to have the duplication. Thus, the need is born for dictionary mixins. Background: https://github.com/w3c/ServiceWorker/issues/989. -- 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
Received on Friday, 21 October 2016 12:17:53 UTC