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

>You can't do `Thing? aThing` to start with.

Ah, thanks, my mistake.

>`null` is a valid value for a `Thing`. It means "empty dictionary".

Is this the way it currently is, or what you're suggesting in OP? My suggestion in https://github.com/heycam/webidl/issues/76#issuecomment-401766639 is that `null` be equivalent to `{}` for function arguments but _not_ for dictionary members.

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

Received on Wednesday, 4 July 2018 08:50:58 UTC