Searched refs:getDevices (Results 1 – 4 of 4) sorted by relevance
34 public static async getDevices(): Promise<USBDevice[]> { method in HdcDeviceManager36 return navigator.usb.getDevices();90 const devices = await navigator.usb.getDevices();
448 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => {