Skip to content

Instantly share code, notes, and snippets.

@aybarburak
Created October 21, 2018 10:13
Show Gist options
  • Save aybarburak/f439e4c787821dfcf4b1d82c2c18f161 to your computer and use it in GitHub Desktop.
Save aybarburak/f439e4c787821dfcf4b1d82c2c18f161 to your computer and use it in GitHub Desktop.
navigator.usb.addEventListener('connect', event => {
// event.device will bring the connected device
});
navigator.usb.addEventListener('disconnect', event => {
// event.device will bring the disconnected device
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment