You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to insert a selection function in order to control which device is selected and this will mimic the experience seen in the browser. This can be done by creating your own instance of the WebUSB class, see:
I'm developing an app using electron. Requesting devices with:
usb.requestDevice({ filters: [] })
This promise simply does not return all available devices, when vendor id is passed it works. Is there any way to get all available devices?
The text was updated successfully, but these errors were encountered: