You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/media-capture.yml
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,9 @@ name: Media capture
2
2
description: The `navigator.mediaDevices.getUserMedia()` API requests access to devices that produce audio or video streams, such as microphones or video cameras.
3
3
spec: https://w3c.github.io/mediacapture-main/
4
4
caniuse: stream
5
-
# Firefox support for `enumerateDevices()` also needs an override since lack of
6
-
# output device (a separate feature) is treated as partial implementation in
7
-
# BCD.
8
5
status:
9
-
baseline: high
10
-
baseline_low_date: 2017-09-19
11
-
support:
12
-
chrome: "53"
13
-
chrome_android: "53"
14
-
edge: "12"
15
-
firefox: "39"
16
-
firefox_android: "39"
17
-
safari: "11"
18
-
safari_ios: "11"
6
+
compute_from:
7
+
- api.MediaDevices.getUserMedia
19
8
# This is a reasonable but incomplete subset of basic media capture, but
20
9
# there is a lot more that has been added over time, and possibly additional
21
10
# pieces that should be considered part of the initial feature.
0 commit comments