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
The use case here is that if there is a process which may be repeated over a set of devices or a set of devices act in concert (maybe a bunch of individual WebLights being used for different indicators) then it is a poor user experience to manually repeat the process of selecting them one at a time. The simplest proposal would be a navigator.usb.requestDevices() method which returns a Promise<sequence<USBDevice>>.
The text was updated successfully, but these errors were encountered:
The use case here is that if there is a process which may be repeated over a set of devices or a set of devices act in concert (maybe a bunch of individual WebLights being used for different indicators) then it is a poor user experience to manually repeat the process of selecting them one at a time. The simplest proposal would be a
navigator.usb.requestDevices()
method which returns aPromise<sequence<USBDevice>>
.The text was updated successfully, but these errors were encountered: