- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 25 Jun 2018 19:14:01 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 June 2018 02:14:22 UTC
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