- From: François Daoust via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Jan 2017 15:31:49 +0000
- To: public-tvcontrol@w3.org
One minor comment: I would merge `getXManager` methods into one that
takes some sort of "type" parameter, e.g.:
```webidl
interface TVControl {
Promise<TVManager> getManager(TVManagerType type);
}
```
I'm not exactly sure why, though. It just _seems_ cleaner and more
extensible to me.
--
GitHub Notification of comment by tidoust
Please view or discuss this issue at
https://github.com/w3c/tvcontrol-api/issues/4#issuecomment-274519347
using your GitHub account
Received on Monday, 23 January 2017 15:31:56 UTC