- From: Manish Goregaokar <notifications@github.com>
- Date: Wed, 26 Jun 2019 17:51:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 June 2019 00:51:29 UTC
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