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

Perhaps as a stopgap we could allow setting dictionary members as nullable if they're required dictionaries?

e.g.

```webidl
dictionary Foo {required bool thing;};
dictionary Bar {Foo? foo;}
```

stumbling across this while designing XRTest, which isn't a web-exposed API but it doesn't seem like an uncommon pattern

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

Received on Thursday, 27 June 2019 00:51:29 UTC