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

Also for non-return-value cases, because

```webidl
undefined foo(Bar? bar);
```

here `foo(null)` will give `null` for bar whereas it would be an empty dictionary without `?`. Changing prose would be enough in such case, though.

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

Received on Monday, 15 March 2021 16:27:44 UTC