Re: [heycam/webidl] Represent objects with both specified and unspecified members (#568)

Web IDL is meant to represent patterns that are:

1. Common.
2. Encouraged.

People can define arbitrarily complex processing of input, of course; that's what the `any` and `object` escape hatches are for.

In this case, we have two specs that both use `object`, but they're doing completely different processing on them.  How would you want to represent this in IDL other than as `object`?

-- 
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/568#issuecomment-400154912

Received on Tuesday, 26 June 2018 02:14:22 UTC