-
Notifications
You must be signed in to change notification settings - Fork 29
Device enum support #1806
New issue
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
Device enum support #1806
Conversation
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
b563ac4
to
d5abe30
Compare
[Beta] Generated file diffTime updated: Fri, 11 Jul 2025 00:28:10 GMT Android
File has changed Integration
File has changed Windows
File has changed Apple
File has changed |
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f3a8f83
to
a8675ef
Compare
2331241
to
3924f51
Compare
injected/integration-test/test-pages/webcompat/config/enumerate-devices-api.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me. Bizarre that this is necessary, but it is what it is.
Totally lol! |
Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/72649045549333/task/1210512782751384?focus=true
Description
Adds a simple shim that talks to native if
willPrompt
if it will, we then use the presence of devices to shim the API.If it won't prompt, we use the default API which shouldn't then cause issues.
Testing Steps
navigator.mediaDevices.enumerateDevices()
in the consoleChecklist
Please tick all that apply: