← Back to context

Comment by iracigt

1 month ago

WebUSB requires the device to opt in via it's USB descriptors. Otherwise any USB device with firmware updates would have this problem.

Maybe an issue here is WebSerial, as HCI comes over a serial port device. I believe the OS should block access to the serial device once the host driver takes it as a Bluetooth adapter though.

> WebUSB requires the device to opt in via it's USB descriptors.

IIRC, that restriction was removed.