Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The getDevices
method of the USB
interface returns a Promise
that resolves with an array of USBDevice
objects for paired attached devices. For information on pairing devices, see USB.requestDevice()
.