Skip to content

Commit f702111

Browse files
a2sheppyddbeck
authored andcommitted
Bug 1152401 - enumerateDevices() and outputs (#2552)
Updated entry for MediaDevices.enumerateDevices() to note that starting in Firefox 63, enumerateDevices() includes outputs as well as inputs in its list of available media devices.
1 parent 128fb6a commit f702111

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

api/MediaDevices.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,15 @@
133133
"edge_mobile": {
134134
"version_added": true
135135
},
136-
"firefox": {
137-
"version_added": "39"
138-
},
136+
"firefox": [
137+
{
138+
"version_added": "63",
139+
"notes": "Prior to Firefox 63, <code>enumerateDevices()</code> only returned input devices. Starting with Firefox 63, output devices are also included."
140+
},
141+
{
142+
"version_added": "39"
143+
}
144+
],
139145
"firefox_android": {
140146
"version_added": "39"
141147
},

0 commit comments

Comments
 (0)