Skip to content

Commit

Permalink
Bug 1152401 - enumerateDevices() and outputs (#2552)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
a2sheppy authored and ddbeck committed Aug 2, 2018
1 parent 128fb6a commit f702111
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions api/MediaDevices.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,15 @@
"edge_mobile": {
"version_added": true
},
"firefox": {
"version_added": "39"
},
"firefox": [
{
"version_added": "63",
"notes": "Prior to Firefox 63, <code>enumerateDevices()</code> only returned input devices. Starting with Firefox 63, output devices are also included."
},
{
"version_added": "39"
}
],
"firefox_android": {
"version_added": "39"
},
Expand Down

0 comments on commit f702111

Please sign in to comment.