- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 03 Jul 2018 09:17:01 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 July 2018 16:17:24 UTC
`null` is a valid value for a `Thing`. It means "empty dictionary". You can't do `Thing? aThing` to start with. See https://heycam.github.io/webidl/#idl-dictionaries where it says: > If the type of the dictionary member, after resolving typedefs, is a nullable type, its inner type must not be a dictionary type. -- 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-402213060
Received on Tuesday, 3 July 2018 16:17:24 UTC