Loading libraries/adb-backend-webusb/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ Backend for `@yume-chan/adb` using WebUSB ([MDN](https://developer.mozilla.org/e | Node.js | `usb` NPM Package | | ------- | ----------------- | | 10.5 | 2.9.0 | | 10.5 | 2.8.1 | Node.js doesn't have native support for WebUSB API, but the [`usb`](https://www.npmjs.com/package/usb) NPM package provides a WebUSB compatible API. Loading libraries/adb-backend-webusb/src/manager.ts +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ export class AdbWebUsbBackendManager { } catch (e) { // No device selected // This check is compatible with both Browser implementation // and `usb` NPM package from version 2.9.0 // and `usb` NPM package from version 2.8.1 // https://github.com/node-usb/node-usb/issues/573 if ( typeof e === "object" && Loading Loading
libraries/adb-backend-webusb/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ Backend for `@yume-chan/adb` using WebUSB ([MDN](https://developer.mozilla.org/e | Node.js | `usb` NPM Package | | ------- | ----------------- | | 10.5 | 2.9.0 | | 10.5 | 2.8.1 | Node.js doesn't have native support for WebUSB API, but the [`usb`](https://www.npmjs.com/package/usb) NPM package provides a WebUSB compatible API. Loading
libraries/adb-backend-webusb/src/manager.ts +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ export class AdbWebUsbBackendManager { } catch (e) { // No device selected // This check is compatible with both Browser implementation // and `usb` NPM package from version 2.9.0 // and `usb` NPM package from version 2.8.1 // https://github.com/node-usb/node-usb/issues/573 if ( typeof e === "object" && Loading