Re: [heycam/webidl] Sort out when dictionaries and records should have default values (#76)

The problem is that you want to distinguish between `{}` and `undefined`, which would be a new unprecedented thing for dictionaries. The idea is that if something takes a dictionary, the algorithm is always handed a dictionary. You propose breaking that invariant.

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

Received on Saturday, 2 June 2018 13:32:45 UTC