Skip to content

Instantly share code, notes, and snippets.

@aybarburak
Created October 21, 2018 10:05
Show Gist options
  • Save aybarburak/a080834e9be10d3e63ea7d9369346149 to your computer and use it in GitHub Desktop.
Save aybarburak/a080834e9be10d3e63ea7d9369346149 to your computer and use it in GitHub Desktop.
let devices = await navigator.usb.getDevices();
devices.forEach(device => {
// You can list or choose your device in this block
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment