We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser bug (a bug with a feature that may impact site compatibility)
Firefox does check that the page running the code is in system focus (not clear in the spec).
This should at least be noticed in the browser compatibility table
Firefox
The spec isn't clear about this requirement. Other engines return the Promise resolved with the data
await navigator.mediaDevices.enumerateDevices()
Chrome will return the data, Firefox will return the data when the main page/window (blank page) is clicked
Discussion at bugzilla
No response
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices
api.MediaDevices.enumerateDevices
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Browser bug (a bug with a feature that may impact site compatibility)
What information was incorrect, unhelpful, or incomplete?
Firefox does check that the page running the code is in system focus (not clear in the spec).
This should at least be noticed in the browser compatibility table
What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
The spec isn't clear about this requirement. Other engines return the Promise resolved with the data
Did you test this? If so, how?
await navigator.mediaDevices.enumerateDevices()
Chrome will return the data, Firefox will return the data when the main page/window (blank page) is clicked
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Discussion at bugzilla
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices
MDN metadata
MDN page report details
api.MediaDevices.enumerateDevices
The text was updated successfully, but these errors were encountered: