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

Explicit `null` is the only reliable way to get an empty dictionary, as I said above.  Furthermore, it's not treated as "missing" for _any_ data type in webidl.  So while there is a case to be made for treating explicit/implicit (should behave the same) `undefined` as missing, explicit `null` should in fact be treated as empty dictionary, period.

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

Received on Wednesday, 4 July 2018 17:07:34 UTC