Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion api/MediaDevices.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@
"firefox": [
{
"version_added": "116",
"notes": "`enumerateDevices()` enumerates both input and output devices. Previously only input devices were returned."
"notes": [
"`enumerateDevices()` enumerates both input and output devices. Previously only input devices were returned.",
"The promise returned by `enumerateDevices()` only resolves when the document has system focus. See [bug 1818588](https://bugzil.la/1818588)."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what "system focus" means vs. just "focus". What do you think?

Suggested change
"The promise returned by `enumerateDevices()` only resolves when the document has system focus. See [bug 1818588](https://bugzil.la/1818588)."
"The promise returned by `enumerateDevices()` only resolves when the document has focus. See [bug 1818588](https://bugzil.la/1818588)."

]
},
{
"version_added": "39",
Expand Down