- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Oct 2016 12:06:43 +0000
- To: public-media-capture-logs@w3.org
@martinthomson That or: wrong-domain - ignore. The only thing that holds me back from `TypeError` is that in combination with `getSupportedConstraints` I could see it causing future breakage, like: ```js let constraints; if (navigator.mediaDevices.getSupportedConstraints().volume) { constraints.volume = { exact: 1}; } let stream = await navigator.mediaDevices.getUserMedia({video: constraints, audio: constraints]); ``` -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/409#issuecomment-253195606 using your GitHub account
Received on Wednesday, 12 October 2016 12:06:50 UTC