[heycam/webidl] Dictionary mixins (#195)

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