- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 01 Jun 2018 07:32:22 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 June 2018 14:32:45 UTC
@domenic @tobie @annevk This is causing problems because specs are coming up with APIs that involve optional dictionaries that have required members: something that never works as an argument but technically works as a dictionary member right now, breaking the symmetry between "list of arguments" and "a dictionary with some members". So we need to decide whether we want to allow breaking this symmetry and if not we need to change IDL accordingly so people stop trying to do that. -- 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/76#issuecomment-393899041
Received on Friday, 1 June 2018 14:32:45 UTC