Re: [tvcontrol-api] Why retrieve a list of tuners instead of just one tuner?

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