- From: Kagami Sascha Rosylight via GitHub <sysbot+gh@w3.org>
- Date: Sun, 15 Nov 2020 21:25:39 +0000
- To: public-device-apis-log@w3.org
> Since then, I believe WebIDL has been changed to allow dictionary-typed members of dictionaries to be nullable. See the note at https://heycam.github.io/webidl/#idl-nullable-type about dictionary types.
Thanks! So it seems that https://w3c.github.io/media-capabilities/#mediaconfiguration in the thread can be:
```webidl
dictionary MediaConfiguration {
VideoConfiguration? video = null;
AudioConfiguration? audio = null;
};
```
... and that my take here is correct.
--
GitHub Notification of comment by saschanaz
Please view or discuss this issue at https://github.com/w3c/deviceorientation/issues/91#issuecomment-727639489 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 15 November 2020 21:25:41 UTC