- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Jun 2016 12:32:54 +0000
- To: public-media-capture-logs@w3.org
The unprefixed `navigator.getUserMedia` has already shipped in Edge, and the prefixed variants are shipping in Firefox and Chrome. Not sure about Safari. Use counters for all variants were just added to Blink by @alvestrand: * [`navigator.webkitGetUserMedia`](https://www.chromestatus.com/metrics/feature/timeline/popularity/1400) (an exact alias of the below) * [`navigator.getUserMedia`](https://www.chromestatus.com/metrics/feature/timeline/popularity/1401) * [`navigator.mediaDevices.getUserMedia`](https://www.chromestatus.com/metrics/feature/timeline/popularity/1402) These won't reach the stable channel until September, but one can already tell that `navigator.webkitGetUserMedia` has the highest usage. It seems pretty unlikely that anyone could get away with supporting none of `navigator.getUserMedia`, `navigator.moztGetUserMedia` and `navigator.webkitGetUserMedia`, so the spec needs to reflect that somehow. An option is to spec *only* `navigator.webkitGetUserMedia`, but given that it's a plain alias the cost of also supporting `navigator.getUserMedia` is very low. -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/368#issuecomment-227728838 using your GitHub account
Received on Wednesday, 22 June 2016 12:32:56 UTC