Re: [heycam/webidl] Dictionary mixins (#195)

Is there still any interest in adding this?  I have a possible use for it in WebKit.

In my opinion, allowing `dictionary mixin` (and `partial dictionary mixin`) seems like a natural way to compose objects, especially since there is no class/`prototype` that's created/exposed for a `dictionary` to the page.  `dictionary` is really just a bag of key->value, so where each of those key->value comes from (whether that be via direct inheritance or some `includes`) isn't really that important.

-- 
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-809644516

Received on Monday, 29 March 2021 19:20:18 UTC