Since there's many Chromium based browsers out there I have been able to test if the web USB API is available using the navigator.usb object. But I have come to understand that many of these browsers don't respond to any request even though they have the navigator.usb object defined. Can I use some other way of knowing if the browser will understand the API?
- Opera will open up the dialog but nothing happens when I select a device.
- Kiwi on Android will crash
- DuckDuckGo on Android will just ignore my calls
etc...