Re: [heycam/webidl] Dictionary types being nullable doesn't make sense (#967)

>That leaves us with just arguments that can still potentially take nullable dicts. @saschanaz any reasonable way to search for instances of this?

https://heycam.github.io/webidl/#idl-operations

>If the operation argument type, after resolving typedefs, is a nullable type, its inner type must not be a dictionary type.

So I think it also *wants* to prevent dictionaries from being nullable there, although `(DOMString or MyDict?)` is not prevented.

-- 
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/967#issuecomment-825285873

Received on Friday, 23 April 2021 00:25:45 UTC