[mediacapture-image] Use consistent MediaDevices vs. navigator .getUserMedia, and the Promise-based API

dandv has just created a new issue for 
https://github.com/w3c/mediacapture-image:

== Use consistent MediaDevices vs. navigator .getUserMedia, and the 
Promise-based API ==
The three [examples](https://www.w3.org/TR/image-capture/#examples) 
use a mix of the Promise-based gUM call, and use the [deprecated 
navigator.getUserMedia](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia).

Should they consistently use 
`MediaDevices.getUserMedia(...).then(...).catch(...)` ?

Please view or discuss this issue at 
https://github.com/w3c/mediacapture-image/issues/56 using your GitHub 
account

Received on Tuesday, 6 September 2016 23:51:03 UTC